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

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 33 protected Context mApplicationContext;
42 mApplicationContext = context;
100 Toast.makeText(mApplicationContext, error, Toast.LENGTH_SHORT).show();
109 showError(mApplicationContext.getString(resId));
124 mApplicationContext.sendBroadcast(intent);
142 return mApplicationContext;
203 return mApplicationContext.getPackageManager().resolveActivity(intent, 0) != null;
  /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);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 35 private final Context mApplicationContext;
42 mApplicationContext = context.getApplicationContext();
73 PreferenceManager.getDefaultSharedPreferences(mApplicationContext).edit()
88 return PreferenceManager.getDefaultSharedPreferences(mApplicationContext)
118 String regId = MultiplexingGcmListener.initializeGcm(mApplicationContext);
AccountManagerHelper.java 53 private Context mApplicationContext;
70 mApplicationContext = context.getApplicationContext();
230 mApplicationContext.startActivity(intent);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 206 private final Context mApplicationContext;
220 mApplicationContext = applicationContext;
253 return mApplicationContext;
279 mApplicationContext.getString(stringResourceId), 1, TimeUnit.SECONDS);
317 mApplicationContext.getContentResolver().registerContentObserver(uri, false, observer);
322 mApplicationContext.getContentResolver().unregisterContentObserver(observer);
338 return mApplicationContext.getString(resId);
393 mApplicationContext.sendBroadcast(intent);
398 ContentResolver contentResolver = mApplicationContext.getContentResolver();
413 return (AudioManager) mApplicationContext.getSystemService(Context.AUDIO_SERVICE)
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 150 private final Context mApplicationContext;
176 mApplicationContext = context.getApplicationContext();
253 return mApplicationContext.getPackageName();
300 return isSyncEnabled(ChromeSigninController.get(mApplicationContext).getSignedInUser());
378 Account[] googleAccounts = AccountManagerHelper.get(mApplicationContext).
403 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();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TabBase.java 65 private final Context mApplicationContext;
68 * {@link #mApplicationContext}, this is not publicly exposed to help prevent leaking the
238 mApplicationContext = context != null ? context.getApplicationContext() : null;
360 return mApplicationContext;
  /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 56 private Context mApplicationContext;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 550 milliseconds