Home
last modified time | relevance | path

Searched refs:PointerLocationPreferenceController (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DPointerLocationPreferenceControllerTest.java48 private PointerLocationPreferenceController mController;
54 mController = new PointerLocationPreferenceController(mContext); in setUp()
63 PointerLocationPreferenceController.SETTING_VALUE_ON); in updateState_pointerLocationEnabled_shouldCheckedPreference()
74 PointerLocationPreferenceController.SETTING_VALUE_OFF); in updateState_pointerLocationDisabled_shouldUncheckedPreference()
89 PointerLocationPreferenceController.SETTING_VALUE_ON); in onPreferenceChange_preferenceChecked_shouldEnablePointerLocation()
100 PointerLocationPreferenceController.SETTING_VALUE_OFF); in onPreferenceChange__preferenceUnchecked_shouldDisablePointerLocation()
111 PointerLocationPreferenceController.SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled_preferenceShouldBeEnabled()
/packages/apps/Settings/src/com/android/settings/development/
DPointerLocationPreferenceController.java29 public class PointerLocationPreferenceController extends DeveloperOptionsPreferenceController class
39 public PointerLocationPreferenceController(Context context) { in PointerLocationPreferenceController() method in PointerLocationPreferenceController
DDevelopmentSettingsDashboardFragment.java484 controllers.add(new PointerLocationPreferenceController(context)); in buildPreferenceControllers()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DPointerLocationPreferenceController.java29 public class PointerLocationPreferenceController extends DeveloperOptionsPreferenceController class
39 public PointerLocationPreferenceController(Context context) { in PointerLocationPreferenceController() method in PointerLocationPreferenceController
DDevelopmentSettingsDashboardFragment.java451 controllers.add(new PointerLocationPreferenceController(context)); in buildPreferenceControllers()