Searched refs:mApplicationContext (Results 1 – 3 of 3) sorted by relevance
213 private final Context mApplicationContext; field in VoicemailPlaybackFragment.PlaybackViewImpl227 mApplicationContext = applicationContext; in PlaybackViewImpl()260 return mApplicationContext; in getDataSourceContext()286 mApplicationContext.getString(stringResourceId), 1, TimeUnit.SECONDS); in setRateDisplay()324 mApplicationContext.getContentResolver().registerContentObserver(uri, false, observer); in registerContentObserver()329 mApplicationContext.getContentResolver().unregisterContentObserver(observer); in unregisterContentObserver()345 return mApplicationContext.getString(resId); in getString()400 mApplicationContext.sendBroadcast(intent); in sendFetchVoicemailRequest()405 ContentResolver contentResolver = mApplicationContext.getContentResolver(); in queryHasContent()420 return (AudioManager) mApplicationContext.getSystemService(Context.AUDIO_SERVICE); in getAudioManager()[all …]
55 private Context mApplicationContext; field in Sources84 mApplicationContext = context.getApplicationContext(); in Sources()85 mAccountManager = AccountManager.get(mApplicationContext); in Sources()97 mApplicationContext.registerReceiver(this, filter); in Sources()101 mApplicationContext.registerReceiver(this, sdFilter); in Sources()106 mApplicationContext.registerReceiver(this, filter); in Sources()
78 final Context mApplicationContext; field in RunningState245 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0; in handleMessage()743 mApplicationContext = context.getApplicationContext(); in RunningState()744 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE); in RunningState()745 mPm = mApplicationContext.getPackageManager(); in RunningState()746 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE); in RunningState()761 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) { in resume()