Home
last modified time | relevance | path

Searched refs:mApplicationContext (Results 1 – 5 of 5) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java55 private Context mApplicationContext; field in Sources
84 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()
/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java56 private Context mApplicationContext; field in FactoryImpl
90 factory.mApplicationContext = applicationContext; in register()
135 return mApplicationContext; in getApplicationContext()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java79 final Context mApplicationContext; field in RunningState
243 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()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java561 private final Context mApplicationContext; field in DatabaseHelper
591 mApplicationContext = context; in DatabaseHelper()
620 mDatabaseWrapper = new DatabaseWrapper(mApplicationContext, getWritableDatabase()); in getDatabase()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java395 private final Context mApplicationContext = new FakeApplicationContext();
401 private final Context mApplicationContextSpy = spy(mApplicationContext);