Searched refs:mApplicationContext (Results 1 – 9 of 9) sorted by relevance
54 private final Context mApplicationContext; field in TelecomActivityViewModel78 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()
42 private final Context mApplicationContext; field in CommonFlags46 mApplicationContext = context.getApplicationContext(); in CommonFlags()68 Resources res = mApplicationContext.getResources(); in shouldFlagImproperImageRefs()
35 private Context mApplicationContext; field in CurrentWallpaperAssetV1638 mApplicationContext = context.getApplicationContext(); in CurrentWallpaperAssetV16()66 WallpaperManager wallpaperManager = WallpaperManager.getInstance(mApplicationContext); in getCurrentWallpaperDrawable()
56 private Context mApplicationContext; field in FactoryImpl90 factory.mApplicationContext = applicationContext; in register()135 return mApplicationContext; in getApplicationContext()
78 final Context mApplicationContext; field in RunningState242 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()
568 private final Context mApplicationContext; field in DatabaseHelper598 mApplicationContext = context; in DatabaseHelper()626 mDatabaseWrapper = new DatabaseWrapper(mApplicationContext, getWritableDatabase()); in getDatabase()
72 private Context mApplicationContext; field in CarUserServiceTest97 doReturn(mApplicationContext).when(mMockContext).getApplicationContext(); in setUpMocks()
454 private final Context mApplicationContext = new FakeApplicationContext();461 private final Context mApplicationContextSpy = spy(mApplicationContext);