Пример #1
0
 public PersistedSettings(SinchService outerInstance, Context context)
 {
     this.outerInstance = outerInstance;
     mStore             = context.getSharedPreferences(PREF_KEY, MODE_PRIVATE);
 }
Пример #2
0
 public SinchCallClientListener(SinchService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Пример #3
0
 public SinchServiceInterface(SinchService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Пример #4
0
			public PersistedSettings(SinchService outerInstance, Context context)
			{
				this.outerInstance = outerInstance;
				mStore = context.getSharedPreferences(PREF_KEY, MODE_PRIVATE);
			}
Пример #5
0
			public SinchCallClientListener(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
Пример #6
0
			public SinchServiceInterface(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}