Searched refs:mApplicationContext (Results 1 – 5 of 5) sorted by relevance
55 private Context mApplicationContext; field in Sources84 mApplicationContext = context.getApplicationContext(); in Sources()85 mAccountManager = AccountManager.get(mApplicationContext); in Sources()97 mApplicationContext.registerReceiver(this, filter); in Sources()101 mApplicationContext.registerReceiver(this, sdFilter); in Sources()106 mApplicationContext.registerReceiver(this, filter); in Sources()
56 private Context mApplicationContext; field in FactoryImpl90 factory.mApplicationContext = applicationContext; in register()135 return mApplicationContext; in getApplicationContext()
79 final Context mApplicationContext; field in RunningState243 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0; in handleMessage()779 mApplicationContext = context.getApplicationContext(); in RunningState()780 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE); in RunningState()781 mPm = mApplicationContext.getPackageManager(); in RunningState()782 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE); in RunningState()790 mUmBroadcastReceiver.register(mApplicationContext); in RunningState()799 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()
561 private final Context mApplicationContext; field in DatabaseHelper591 mApplicationContext = context; in DatabaseHelper()620 mDatabaseWrapper = new DatabaseWrapper(mApplicationContext, getWritableDatabase()); in getDatabase()
395 private final Context mApplicationContext = new FakeApplicationContext();401 private final Context mApplicationContextSpy = spy(mApplicationContext);