Ejemplo n.º 1
0
 public PersistedSettings(SinchService outerInstance, Context context)
 {
     this.outerInstance = outerInstance;
     mStore             = context.getSharedPreferences(PREF_KEY, MODE_PRIVATE);
 }
Ejemplo n.º 2
0
 public SinchCallClientListener(SinchService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Ejemplo n.º 3
0
 public SinchServiceInterface(SinchService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Ejemplo n.º 4
0
			public PersistedSettings(SinchService outerInstance, Context context)
			{
				this.outerInstance = outerInstance;
				mStore = context.getSharedPreferences(PREF_KEY, MODE_PRIVATE);
			}
Ejemplo n.º 5
0
			public SinchCallClientListener(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
Ejemplo n.º 6
0
			public SinchServiceInterface(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}