Searched refs:enableShortcutsForTargets (Results 1 – 12 of 12) sorted by relevance
319 .enableShortcutsForTargets(anyBoolean(), anyInt(), anyList(), anyInt()); in enableShortcutsForTargets_catchRemoteExceptionAndRethrow()322 () -> manager.enableShortcutsForTargets( in enableShortcutsForTargets_catchRemoteExceptionAndRethrow()336 manager.enableShortcutsForTargets( in enableShortcutsForTargets_verifyServiceMethodCalled()343 verify(mMockService).enableShortcutsForTargets( in enableShortcutsForTargets_verifyServiceMethodCalled()
1038 () -> mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_permissionNotGranted_throwsException()1055 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_enableSoftwareShortcut_shortcutTurnedOn()1083 mA11yms.enableShortcutsForTargets( in enableHardwareShortcutsForTargets_shortcutDialogSetting_isShown()1106 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_disableSoftwareShortcut_shortcutTurnedOff()1125 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_enableSoftwareShortcutWithMagnification_menuSizeIncreased()1148 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_enableSoftwareShortcutWithMagnification_userConfigureSmallMenuSize_menuSizeNotChanged()1172 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_enableAlwaysOnServiceSoftwareShortcut_turnsOnAlwaysOnService()1194 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_disableAlwaysOnServiceSoftwareShortcut_turnsOffAlwaysOnService()1214 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_enableStandardServiceSoftwareShortcut_wontTurnOnService()1238 mA11yms.enableShortcutsForTargets( in enableShortcutsForTargets_disableStandardServiceSoftwareShortcutWithServiceOn_wontTurnOffService()[all …]
124 verify(mAccessibilityManagerService).enableShortcutsForTargets( in onCheckedChanged_true_callA11yManagerToUpdateShortcuts()136 verify(mAccessibilityManagerService).enableShortcutsForTargets( in onCheckedChanged_false_callA11yManagerToUpdateShortcuts()
123 am.enableShortcutsForTargets( in onCheckedChanged()
191 …oneway void enableShortcutsForTargets(boolean enable, int shortcutTypes, in List<String> shortcutT… in enableShortcutsForTargets() method
1604 public void enableShortcutsForTargets(boolean enable, in enableShortcutsForTargets() method in AccessibilityManager1615 service.enableShortcutsForTargets( in enableShortcutsForTargets()
437 verify(mAccessibilityManagerService).enableShortcutsForTargets( in testClickingDisableButtonInDialog_shouldClearShortcutId()545 verify(mAccessibilityManagerService).enableShortcutsForTargets( in testTurnOnDefaultA11yServiceInDialog_defaultServiceShortcutTurnsOn()592 verify(mAccessibilityManagerService).enableShortcutsForTargets( in testTurnOffDefaultA11yServiceInDialog_defaultServiceShortcutTurnsOff()649 verify(mAccessibilityManagerService).enableShortcutsForTargets( in testOnAccessibilityShortcut_settingNull_dialogShown_enablesDefaultShortcut()
86 description: "Refactors deprecated code to use AccessibilityManager#enableShortcutsForTargets."
368 am.enableShortcutsForTargets( in createShortcutWarningDialog()524 accessibilityManager.enableShortcutsForTargets(true, HARDWARE, in enableDefaultHardwareShortcut()
175 mAccessibilityManager.enableShortcutsForTargets(
239 verify(mStubAccessibilityManager).enableShortcutsForTargets( in triggerDismissMenuAction_callsA11yManagerEnableShortcutsForTargets()
4176 public void enableShortcutsForTargets( in enableShortcutsForTargets() method in AccessibilityManagerService