Searched refs:performSystemAction (Results 1 – 6 of 6) sorted by relevance
233 mSystemActionPerformer.performSystemAction(NEW_ACTION_ID); in testPerformSystemActionNewAction()253 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()264 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()272 .performSystemAction(AccessibilityService.GLOBAL_ACTION_NOTIFICATIONS); in testNotifications_expandsNotificationPanel_legacy()280 .performSystemAction(AccessibilityService.GLOBAL_ACTION_QUICK_SETTINGS); in testQuickSettings_requestsQuickSettingsPanel_legacy()287 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_RECENTS); in testRecentApps_legacy()294 mSystemActionPerformer.performSystemAction(AccessibilityService.GLOBAL_ACTION_POWER_DIALOG); in testPowerDialog_requestsFromWindowManager_legacy()301 mSystemActionPerformer.performSystemAction( in testToggleSplitScreen_legacy()309 mSystemActionPerformer.performSystemAction( in testScreenshot_requestsFromScreenshotHelper_legacy()
496 verify(mMockSystemActionPerformer).performSystemAction(GLOBAL_ACTION_HOME); in performGlobalAction()
95 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
245 public boolean performSystemAction(int actionId) { in performSystemAction() method in SystemActionPerformer
799 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()
4804 PLcom/android/server/accessibility/SystemActionPerformer;->performSystemAction(I)Z