Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java237 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()
DAbstractAccessibilityServiceConnectionTest.java550 verify(mMockSystemActionPerformer).performSystemAction(GLOBAL_ACTION_HOME); in performGlobalAction()
/frameworks/base/services/core/java/com/android/server/
DAccessibilityManagerInternal.java54 public abstract void performSystemAction(int actionId); in performSystemAction() method in AccessibilityManagerInternal
94 public void performSystemAction(int actionId) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java116 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
DSystemActionPerformer.java254 public boolean performSystemAction(int actionId) { in performSystemAction() method in SystemActionPerformer
DAbstractAccessibilityServiceConnection.java1110 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()
DAccessibilityManagerService.java448 public void performSystemAction(int actionId) { in performSystemAction() method in AccessibilityManagerService.LocalServiceImpl
449 mService.getSystemActionPerformer().performSystemAction(actionId); in performSystemAction()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1914 accessibilityManager.performSystemAction( in launchAllAppsViaA11y()