Home
last modified time | relevance | path

Searched refs:LocationInjectedServicesPreferenceController (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DLocationInjectedServicesPreferenceController.java33 public class LocationInjectedServicesPreferenceController class
38 public LocationInjectedServicesPreferenceController(Context context, String key) { in LocationInjectedServicesPreferenceController() method in LocationInjectedServicesPreferenceController
H A DLocationServices.java63 use(LocationInjectedServicesPreferenceController.class).init(this); in onAttach()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
H A DLocationInjectedServicesPreferenceControllerTest.java77 private LocationInjectedServicesPreferenceController mController;
88 new LocationInjectedServicesPreferenceController(mContext, KEY_LOCATION_SERVICES)); in setUp()