Searched refs:mLocationController (Results 1 – 5 of 5) sorted by relevance
54 private LocationControllerImpl mLocationController; field in LocationControllerImplTest67 mLocationController = spy(new LocationControllerImpl(mContext, in setup()83 mLocationController.removeCallback(this); in testRemoveSelfActive_DoesNotCrash()86 mLocationController.addCallback(callback); in testRemoveSelfActive_DoesNotCrash()87 mLocationController.addCallback(mock(LocationChangeCallback.class)); in testRemoveSelfActive_DoesNotCrash()89 doReturn(false).when(mLocationController).areActiveHighPowerLocationRequests(); in testRemoveSelfActive_DoesNotCrash()90 mLocationController.onActiveStateChanged(AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION, 0, in testRemoveSelfActive_DoesNotCrash()92 doReturn(true).when(mLocationController).areActiveHighPowerLocationRequests(); in testRemoveSelfActive_DoesNotCrash()93 mLocationController.onActiveStateChanged(AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION, 0, in testRemoveSelfActive_DoesNotCrash()104 mLocationController.removeCallback(this); in testRemoveSelfSettings_DoesNotCrash()[all …]
67 private final LocationController mLocationController; field in UiModeNightTile86 mLocationController = locationController; in UiModeNightTile()127 && mLocationController.isLocationEnabled()) { in handleUpdateState()
73 private final LocationController mLocationController; field in NightDisplayTile94 mLocationController = locationController; in NightDisplayTile()164 if (!mLocationController.isLocationEnabled()) return null; in getSecondaryLabel()
144 private final LocationController mLocationController; field in PhoneStatusBarPolicy198 mLocationController = locationController; in PhoneStatusBarPolicy()340 mLocationController.addCallback(this); in init()702 if (mLocationController.isLocationActive()) { in updateLocationFromController()
247 @Inject Lazy<LocationController> mLocationController; field in Dependency392 mProviders.put(LocationController.class, mLocationController::get); in start()