Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A 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()
H A DAbstractAccessibilityServiceConnectionTest.java546 verify(mMockSystemActionPerformer).performSystemAction(GLOBAL_ACTION_HOME); in performGlobalAction()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DAccessibilityManagerInternal.java54 public abstract void performSystemAction(int actionId); in performSystemAction() method in AccessibilityManagerInternal
94 public void performSystemAction(int actionId) {
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityShellCommand.java103 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
H A DSystemActionPerformer.java254 public boolean performSystemAction(int actionId) { in performSystemAction() method in SystemActionPerformer
H A DAbstractAccessibilityServiceConnection.java1045 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()
H A DAccessibilityManagerService.java403 public void performSystemAction(int actionId) { in performSystemAction() method in AccessibilityManagerService.LocalServiceImpl
404 mService.getSystemActionPerformer().performSystemAction(actionId); in performSystemAction()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1769 accessibilityManager.performSystemAction( in launchAllAppsViaA11y()