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

  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 37 private final Context mApplicationContext;
44 mApplicationContext = context.getApplicationContext();
75 PreferenceManager.getDefaultSharedPreferences(mApplicationContext).edit()
90 return PreferenceManager.getDefaultSharedPreferences(mApplicationContext)
125 String regId = MultiplexingGcmListener.initializeGcm(mApplicationContext);
AccountManagerHelper.java 52 private Context mApplicationContext;
69 mApplicationContext = context.getApplicationContext();
229 mApplicationContext.startActivity(intent);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 42 protected Context mApplicationContext;
73 mApplicationContext = context;
159 Toast.makeText(mApplicationContext, error, Toast.LENGTH_SHORT).show();
168 showError(mApplicationContext.getString(resId));
183 mApplicationContext.sendBroadcast(intent);
199 return mApplicationContext;
265 return mApplicationContext.getPackageManager().resolveActivity(intent, 0) != null;
ActivityWindowAndroid.java 84 mApplicationContext.getContentResolver(), data);
109 mIntentErrors.put(requestCode, mApplicationContext.getString(errorId));
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 213 private final Context mApplicationContext;
227 mApplicationContext = applicationContext;
260 return mApplicationContext;
286 mApplicationContext.getString(stringResourceId), 1, TimeUnit.SECONDS);
324 mApplicationContext.getContentResolver().registerContentObserver(uri, false, observer);
329 mApplicationContext.getContentResolver().unregisterContentObserver(observer);
345 return mApplicationContext.getString(resId);
400 mApplicationContext.sendBroadcast(intent);
405 ContentResolver contentResolver = mApplicationContext.getContentResolver();
420 return (AudioManager) mApplicationContext.getSystemService(Context.AUDIO_SERVICE)
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 149 private final Context mApplicationContext;
175 mApplicationContext = context.getApplicationContext();
252 return mApplicationContext.getPackageName();
299 return isSyncEnabled(ChromeSigninController.get(mApplicationContext).getSignedInUser());
377 Account[] googleAccounts = AccountManagerHelper.get(mApplicationContext).
402 ChromeSigninController.get(mApplicationContext).getSignedInUser());
  /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/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...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 78 final Context mApplicationContext;
245 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0;
743 mApplicationContext = context.getApplicationContext();
744 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE);
745 mPm = mApplicationContext.getPackageManager();
746 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE);
761 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java 90 private final Context mApplicationContext;
93 * {@link #mApplicationContext}, this is not publicly exposed to help prevent leaking the
353 mApplicationContext = context != null ? context.getApplicationContext() : null;
514 return mApplicationContext;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 52 private Context mApplicationContext;
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 51 private Context mApplicationContext;
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1066 milliseconds