Searched refs:mApplicationContext (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailPlaybackFragment.java181 private final Context mApplicationContext; field in class:VoicemailPlaybackFragment.PlaybackViewImpl
195 mApplicationContext = applicationContext;
228 return mApplicationContext;
254 mApplicationContext.getString(stringResourceId), 1, TimeUnit.SECONDS);
292 mApplicationContext.getContentResolver().registerContentObserver(uri, false, observer);
297 mApplicationContext.getContentResolver().unregisterContentObserver(observer);
313 return mApplicationContext.getString(resId);
368 mApplicationContext.sendBroadcast(intent);
373 ContentResolver contentResolver = mApplicationContext.getContentResolver();
388 return (AudioManager) mApplicationContext
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java55 private Context mApplicationContext; field in class:Sources
84 mApplicationContext = context.getApplicationContext();
85 mAccountManager = AccountManager.get(mApplicationContext);
97 mApplicationContext.registerReceiver(this, filter);
101 mApplicationContext.registerReceiver(this, sdFilter);
106 mApplicationContext.registerReceiver(this, filter);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java74 final Context mApplicationContext; field in class:RunningState
240 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0;
727 mApplicationContext = context.getApplicationContext();
728 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE);
729 mPm = mApplicationContext.getPackageManager();
730 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE);
742 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {

Completed in 454 milliseconds