示例#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;
 }
			public PersistedSettings(SinchService outerInstance, Context context)
			{
				this.outerInstance = outerInstance;
				mStore = context.getSharedPreferences(PREF_KEY, MODE_PRIVATE);
			}
			public SinchCallClientListener(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
			public SinchServiceInterface(SinchService outerInstance)
			{
				this.outerInstance = outerInstance;
			}