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

  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 33 private final Context mApplicationContext;
38 mApplicationContext = context.getApplicationContext();
69 PreferenceManager.getDefaultSharedPreferences(mApplicationContext).edit()
84 return PreferenceManager.getDefaultSharedPreferences(mApplicationContext)
AccountManagerHelper.java 52 private Context mApplicationContext;
69 mApplicationContext = context.getApplicationContext();
222 mApplicationContext.startActivity(intent);
  /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...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 102 private final Context mApplicationContext;
127 mApplicationContext = context.getApplicationContext();
130 InvalidationController.get(mApplicationContext).getContractAuthority();
225 return isSyncEnabled(ChromeSigninController.get(mApplicationContext).getSignedInUser());
294 Account[] googleAccounts = AccountManagerHelper.get(mApplicationContext).
320 ChromeSigninController.get(mApplicationContext).getSignedInUser());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 90 private Context mApplicationContext = null;
244 return mApplicationContext;
307 mRenderScript = RenderScript.create(mApplicationContext);
343 mApplicationContext = context.getApplicationContext();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 52 private Context mApplicationContext;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 75 final Context mApplicationContext;
241 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0;
739 mApplicationContext = context.getApplicationContext();
740 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE);
741 mPm = mApplicationContext.getPackageManager();
742 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE);
754 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 55 private Context mApplicationContext;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 3086 milliseconds