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

  /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/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);
  /packages/apps/Dialer/src/com/android/dialer/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...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 51 private Context mApplicationContext;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 74 final Context mApplicationContext;
240 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0;
733 mApplicationContext = context.getApplicationContext();
734 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE);
735 mPm = mApplicationContext.getPackageManager();
736 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE);
748 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 52 private Context mApplicationContext;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 432 milliseconds