Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DLocationForPrivateProfilePreferenceController.java34 public class LocationForPrivateProfilePreferenceController class
38 public LocationForPrivateProfilePreferenceController( in LocationForPrivateProfilePreferenceController() method in LocationForPrivateProfilePreferenceController
DLocationSettings.java122 use(LocationForPrivateProfilePreferenceController.class).init(this); in onAttach()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationForPrivateProfilePreferenceControllerTest.java68 private LocationForPrivateProfilePreferenceController mController;
83 mController = new LocationForPrivateProfilePreferenceController(mContext, "key"); in setUp()