HomeSort by relevance Sort by last modified time
    Searched refs:mApplicationContext (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackFragment.java 181 private final Context mApplicationContext;
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.getSystemService(Context.AUDIO_SERVICE)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 55 private Context mApplicationContext;
84 mApplicationContext = context.getApplicationContext();
85 mAccountManager = AccountManager.get(mApplicationContext);
97 mApplicationContext.registerReceiver(this, filter);
101 mApplicationContext.registerReceiver(this, sdFilter);
106 mApplicationContext.registerReceiver(this, filter);
  /frameworks/base/core/java/android/webkit/
L10nUtils.java 92 private static Context mApplicationContext;
96 mApplicationContext = applicationContext.getApplicationContext();
104 String localisedString = mApplicationContext.getResources().getString(mIdsArray[id]);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 65 final Context mApplicationContext;
160 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0;
570 mApplicationContext = context.getApplicationContext();
571 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE);
572 mPm = mApplicationContext.getPackageManager();
583 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 53 private Context mApplicationContext;
    [all...]

Completed in 204 milliseconds