Home
last modified time | relevance | path

Searched refs:LocationController (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeLocationController.java19 import com.android.systemui.statusbar.policy.LocationController;
20 import com.android.systemui.statusbar.policy.LocationController.LocationChangeCallback;
23 implements LocationController {
H A DLeakCheckedTest.java32 import com.android.systemui.statusbar.policy.LocationController;
54 LocationController.class,
105 } else if (cls == LocationController.class) { in getLeakChecker()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java19 import com.android.systemui.statusbar.policy.LocationController.LocationChangeCallback;
21 public interface LocationController extends CallbackController<LocationChangeCallback> { interface
H A DLocationControllerImpl.java69 public class LocationControllerImpl extends BroadcastReceiver implements LocationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DLocationTile.java45 import com.android.systemui.statusbar.policy.LocationController;
46 import com.android.systemui.statusbar.policy.LocationController.LocationChangeCallback;
55 private final LocationController mController;
71 LocationController locationController, in LocationTile()
H A DUiModeNightTile.java47 import com.android.systemui.statusbar.policy.LocationController;
69 private final LocationController mLocationController;
83 LocationController locationController in UiModeNightTile()
H A DNightDisplayTile.java51 import com.android.systemui.statusbar.policy.LocationController;
76 private final LocationController mLocationController;
92 LocationController locationController, in NightDisplayTile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DNightDisplayTileTest.kt37 import com.android.systemui.statusbar.policy.LocationController
62 @Mock private lateinit var mLocationController: LocationController
H A DLocationTileTest.kt37 import com.android.systemui.statusbar.policy.LocationController
69 private lateinit var locationController: LocationController
H A DUiModeNightTileTest.kt40 import com.android.systemui.statusbar.policy.LocationController
65 @Mock private lateinit var locationController: LocationController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImplTest.java51 import com.android.systemui.statusbar.policy.LocationController.LocationChangeCallback;
108 LocationController.LocationChangeCallback callback = new LocationChangeCallback() { in testRemoveSelfActive_DoesNotCrash()
132 LocationController.LocationChangeCallback callback = new LocationChangeCallback() { in testRemoveSelfSettings_DoesNotCrash()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DStatusBarPolicyModule.java52 import com.android.systemui.statusbar.policy.LocationController;
117 LocationController provideLocationController(LocationControllerImpl controllerImpl); in provideLocationController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicyTest.kt44 import com.android.systemui.statusbar.policy.LocationController
105 @Mock private lateinit var locationController: LocationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java70 import com.android.systemui.statusbar.policy.LocationController;
102 LocationController.LocationChangeCallback,
152 private final LocationController mLocationController;
182 LocationController locationController, in PhoneStatusBarPolicy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java114 import com.android.systemui.statusbar.policy.LocationController;
242 @Inject Lazy<LocationController> mLocationController;
379 mProviders.put(LocationController.class, mLocationController::get); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java88 import com.android.systemui.statusbar.policy.LocationController;
190 private LocationController mLocationController;
250 LocationController locationController, in InternetDialogController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogControllerTest.java73 import com.android.systemui.statusbar.policy.LocationController;
170 private LocationController mLocationController;