Home
last modified time | relevance | path

Searched refs:performSystemAction (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java233 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()
DAbstractAccessibilityServiceConnectionTest.java496 verify(mMockSystemActionPerformer).performSystemAction(GLOBAL_ACTION_HOME); in performGlobalAction()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java95 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
DSystemActionPerformer.java245 public boolean performSystemAction(int actionId) { in performSystemAction() method in SystemActionPerformer
DAbstractAccessibilityServiceConnection.java799 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()
/frameworks/base/services/
Dart-profile4804 PLcom/android/server/accessibility/SystemActionPerformer;->performSystemAction(I)Z