Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java54 private final Context mApplicationContext; field in TelecomActivityViewModel
78 mApplicationContext = application.getApplicationContext(); in TelecomActivityViewModel()
81 mToolbarTitleLiveData = new ToolbarTitleLiveData(mApplicationContext, mToolbarTitleMode); in TelecomActivityViewModel()
86 mApplicationContext.getString(R.string.bluetooth_unavailable)); in TelecomActivityViewModel()
91 mApplicationContext, in TelecomActivityViewModel()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCommonFlags.java42 private final Context mApplicationContext; field in CommonFlags
46 mApplicationContext = context.getApplicationContext(); in CommonFlags()
68 Resources res = mApplicationContext.getResources(); in shouldFlagImproperImageRefs()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetV16.java35 private Context mApplicationContext; field in CurrentWallpaperAssetV16
38 mApplicationContext = context.getApplicationContext(); in CurrentWallpaperAssetV16()
66 WallpaperManager wallpaperManager = WallpaperManager.getInstance(mApplicationContext); in getCurrentWallpaperDrawable()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java78 final Context mApplicationContext; field in RunningState
242 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0; in handleMessage()
778 mApplicationContext = context.getApplicationContext(); in RunningState()
779 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE); in RunningState()
780 mPm = mApplicationContext.getPackageManager(); in RunningState()
781 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE); in RunningState()
789 mUmBroadcastReceiver.register(mApplicationContext); in RunningState()
798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java78 final Context mApplicationContext; field in RunningState
242 cmd.arg1 = update(mApplicationContext, mAm) ? 1 : 0; in handleMessage()
778 mApplicationContext = context.getApplicationContext(); in RunningState()
779 mAm = (ActivityManager)mApplicationContext.getSystemService(Context.ACTIVITY_SERVICE); in RunningState()
780 mPm = mApplicationContext.getPackageManager(); in RunningState()
781 mUm = (UserManager)mApplicationContext.getSystemService(Context.USER_SERVICE); in RunningState()
789 mUmBroadcastReceiver.register(mApplicationContext); in RunningState()
798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java568 private final Context mApplicationContext; field in DatabaseHelper
598 mApplicationContext = context; in DatabaseHelper()
626 mDatabaseWrapper = new DatabaseWrapper(mApplicationContext, getWritableDatabase()); in getDatabase()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java72 private Context mApplicationContext; field in CarUserServiceTest
97 doReturn(mApplicationContext).when(mMockContext).getApplicationContext(); in setUpMocks()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java454 private final Context mApplicationContext = new FakeApplicationContext();
461 private final Context mApplicationContextSpy = spy(mApplicationContext);