Searched refs:performSystemAction (Results 1 – 8 of 8) sorted by relevance
237 mSystemActionPerformer.performSystemAction(NEW_ACTION_ID); in testPerformSystemActionNewAction()257 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()268 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()276 .performSystemAction(AccessibilityService.GLOBAL_ACTION_NOTIFICATIONS); in testNotifications_expandsNotificationPanel_legacy()284 .performSystemAction(AccessibilityService.GLOBAL_ACTION_QUICK_SETTINGS); in testQuickSettings_requestsQuickSettingsPanel_legacy()291 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testRecentApps_legacy()298 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_POWER_DIALOG); in testPowerDialog_requestsFromWindowManager_legacy()305 mSystemActionPerformer.performSystemAction( in testScreenshot_requestsFromScreenshotHelper_legacy()
550 verify(mMockSystemActionPerformer).performSystemAction(GLOBAL_ACTION_HOME); in performGlobalAction()
54 public abstract void performSystemAction(int actionId); in performSystemAction() method in AccessibilityManagerInternal94 public void performSystemAction(int actionId) {
116 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
254 public boolean performSystemAction(int actionId) { in performSystemAction() method in SystemActionPerformer
1110 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()
448 public void performSystemAction(int actionId) { in performSystemAction() method in AccessibilityManagerService.LocalServiceImpl449 mService.getSystemActionPerformer().performSystemAction(actionId); in performSystemAction()
1914 accessibilityManager.performSystemAction( in launchAllAppsViaA11y()