Searched refs:mSystemActionPerformer (Results 1 – 4 of 4) sorted by relevance
100 private SystemActionPerformer mSystemActionPerformer; field in SystemActionPerformerTest121 mSystemActionPerformer = new SystemActionPerformer( in setupWithMockContext()129 mSystemActionPerformer = new SystemActionPerformer( in setupWithRealContext()166 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions()169 mSystemActionPerformer.registerSystemAction(NEW_ACTION_ID, NEW_TEST_ACTION_1); in testRegisterSystemAction_addedIntoAvailableSystemActions()170 actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions()179 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction()182 mSystemActionPerformer.registerSystemAction( in testRegisterSystemAction_overrideLegacyAction()184 actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction()193 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeFromAvailableSystemActions()[all …]
33 final @NonNull SystemActionPerformer mSystemActionPerformer; field in AccessibilityShellCommand38 mSystemActionPerformer = systemActionPerformer; in AccessibilityShellCommand()95 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
110 private final SystemActionPerformer mSystemActionPerformer; field in AbstractAccessibilityServiceConnection254 mSystemActionPerformer = systemActionPerfomer; in AbstractAccessibilityServiceConnection()799 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()809 return mSystemActionPerformer.getSystemActions(); in getSystemActions()
215 private SystemActionPerformer mSystemActionPerformer; field in AccessibilityManagerService295 mSystemActionPerformer = systemActionPerformer; in AccessibilityManagerService()754 if (mSystemActionPerformer == null) { in getSystemActionPerformer()755 mSystemActionPerformer = in getSystemActionPerformer()758 return mSystemActionPerformer; in getSystemActionPerformer()2935 new AccessibilityShellCommand(this, mSystemActionPerformer).exec(this, in, out, err, args, in onShellCommand()