Home
last modified time | relevance | path

Searched refs:LocationIndicatorsPreferenceController (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
DLocationIndicatorsPreferenceController.java28 public class LocationIndicatorsPreferenceController extends TogglePreferenceController { class
30 public LocationIndicatorsPreferenceController(Context context, String preferenceKey) { in LocationIndicatorsPreferenceController() method in LocationIndicatorsPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationIndicatorsPreferenceControllerTest.java56 private LocationIndicatorsPreferenceController mController;
61 mController = new LocationIndicatorsPreferenceController(mContext, "key"); in setUp()