Home
last modified time | relevance | path

Searched refs:LocationFooterPreferenceController (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationFooterPreferenceController.java46 public class LocationFooterPreferenceController extends PreferenceController<PreferenceGroup> { class
47 private static final Logger LOG = new Logger(LocationFooterPreferenceController.class);
57 public LocationFooterPreferenceController(Context context, String preferenceKey, in LocationFooterPreferenceController() method in LocationFooterPreferenceController
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/location/
DLocationFooterPreferenceControllerTest.java62 private PreferenceControllerTestHelper<LocationFooterPreferenceController> mControllerHelper;
63 private LocationFooterPreferenceController mController;
73 LocationFooterPreferenceController.class, mGroup); in setUp()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DLocationFooterPreferenceController.java44 public class LocationFooterPreferenceController extends LocationBasePreferenceController class
54 public LocationFooterPreferenceController(Context context, Lifecycle lifecycle) { in LocationFooterPreferenceController() method in LocationFooterPreferenceController
DLocationSettings.java124 controllers.add(new LocationFooterPreferenceController(context, lifecycle)); in buildPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/location/
DLocationFooterPreferenceController.java44 public class LocationFooterPreferenceController extends LocationBasePreferenceController class
54 public LocationFooterPreferenceController(Context context, Lifecycle lifecycle) { in LocationFooterPreferenceController() method in LocationFooterPreferenceController
DLocationSettings.java124 controllers.add(new LocationFooterPreferenceController(context, lifecycle)); in buildPreferenceControllers()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationFooterPreferenceControllerTest.java69 private LocationFooterPreferenceController mController;
83 mController = spy(new LocationFooterPreferenceController(mContext, mLifecycle)); in setUp()