Home
last modified time | relevance | path

Searched refs:enableShortcutForTargets (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/shortcuts/
DSoftwareShortcutOptionPreferenceControllerTest.java189 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_shortcutTurnedOn()
205 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_callA11yManager()
227 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_shortcutTurnedOff()
245 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_callA11yManager()
261 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcutWithMagnification_menuSizeIncreased()
279 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcutWithMagnification_userConfigureSmallMenuSize_menuSizeNotChanged()
295 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableAlwaysOnServiceShortcut_turnsOnAlwaysOnService()
307 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableAlwaysOnServiceShortcut_turnsOffAlwaysOnService()
319 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableStandardServiceShortcut_wontTurnOnService()
333 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableStandardServiceShortcutWithServiceOn_wontTurnOffService()
DVolumeKeysShortcutOptionControllerTest.java116 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableVolumeKeysShortcut_shortcutSet()
126 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableVolumeKeysShortcut_callA11yManager()
140 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableVolumeKeysShortcut_shortcutNotSet()
150 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableVolumeKeysShortcut_callA11yManager()
DShortcutOptionPreferenceControllerTest.java67 protected void enableShortcutForTargets(boolean enable) { in setUp()
111 inOrder.verify(mController).enableShortcutForTargets(true); in onPreferenceChanged_callEnableShortcutForTargets()
112 inOrder.verify(mController).enableShortcutForTargets(false); in onPreferenceChanged_callEnableShortcutForTargets()
DTwoFingerDoubleTapShortcutOptionControllerTest.java148 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_settingUpdated()
161 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_callA11yManager()
175 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_settingUpdated()
188 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_callA11yManager()
DTripleTapShortcutOptionControllerTest.java187 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_settingUpdated()
200 mController.enableShortcutForTargets(true); in enableShortcutForTargets_enableShortcut_callA11yManager()
214 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_settingUpdated()
227 mController.enableShortcutForTargets(false); in enableShortcutForTargets_disableShortcut_callA11yManager()
/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/
DVolumeKeysShortcutOptionController.java66 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in VolumeKeysShortcutOptionController
67 super.enableShortcutForTargets(enable); in enableShortcutForTargets()
DSoftwareShortcutOptionPreferenceController.java67 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in SoftwareShortcutOptionPreferenceController
68 super.enableShortcutForTargets(enable); in enableShortcutForTargets()
DTripleTapShortcutOptionController.java104 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in TripleTapShortcutOptionController
106 super.enableShortcutForTargets(enable); in enableShortcutForTargets()
DTwoFingerDoubleTapShortcutOptionController.java91 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in TwoFingerDoubleTapShortcutOptionController
93 super.enableShortcutForTargets(enable); in enableShortcutForTargets()
DShortcutOptionPreferenceController.java95 enableShortcutForTargets((Boolean) newValue); in onPreferenceChange()
117 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in ShortcutOptionPreferenceController
DAdvancedShortcutsPreferenceController.java46 protected void enableShortcutForTargets(boolean enable) { in enableShortcutForTargets() method in AdvancedShortcutsPreferenceController