Home | History | Annotate | Download | only in applications

Lines Matching defs:mApplicationContext

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())) {