Home
last modified time | relevance | path

Searched refs:locationController (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DLocationTileTest.kt69 private lateinit var locationController: LocationController
96 locationController,
111 `when`(locationController.isLocationEnabled).thenReturn(false)
122 `when`(locationController.isLocationEnabled).thenReturn(true)
H A DUiModeNightTileTest.kt65 @Mock private lateinit var locationController: LocationController
98 locationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DLocationTile.java71 LocationController locationController, in LocationTile() argument
77 mController = locationController; in LocationTile()
H A DUiModeNightTile.java83 LocationController locationController in UiModeNightTile() argument
89 mLocationController = locationController; in UiModeNightTile()
H A DNightDisplayTile.java92 LocationController locationController, in NightDisplayTile() argument
98 mLocationController = locationController; in NightDisplayTile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicyTest.kt105 @Mock private lateinit var locationController: LocationController
299 locationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java182 LocationController locationController, in PhoneStatusBarPolicy() argument
214 mLocationController = locationController; in PhoneStatusBarPolicy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java250 LocationController locationController, in InternetDialogController() argument
283 mLocationController = locationController; in InternetDialogController()