Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DLocationInjectedServicesPreferenceController.java32 public class LocationInjectedServicesPreferenceController class
37 public LocationInjectedServicesPreferenceController(Context context, String key) { in LocationInjectedServicesPreferenceController() method in LocationInjectedServicesPreferenceController
DLocationServices.java54 use(LocationInjectedServicesPreferenceController.class).init(this); in onAttach()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationInjectedServicesPreferenceControllerTest.java88 private LocationInjectedServicesPreferenceController mController;
98 new LocationInjectedServicesPreferenceController(mContext, KEY_LOCATION_SERVICES)); in setUp()