Searched refs:mSystemActionPerformer (Results 1 – 4 of 4) sorted by relevance
103 private SystemActionPerformer mSystemActionPerformer; field in SystemActionPerformerTest125 mSystemActionPerformer = new SystemActionPerformer( in setupWithMockContext()133 mSystemActionPerformer = new SystemActionPerformer( in setupWithRealContext()170 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions()173 mSystemActionPerformer.registerSystemAction(NEW_ACTION_ID, NEW_TEST_ACTION_1); in testRegisterSystemAction_addedIntoAvailableSystemActions()174 actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions()183 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction()186 mSystemActionPerformer.registerSystemAction( in testRegisterSystemAction_overrideLegacyAction()188 actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction()197 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeFromAvailableSystemActions()[all …]
44 final SystemActionPerformer mSystemActionPerformer; field in AccessibilityShellCommand53 mSystemActionPerformer = systemActionPerformer; in AccessibilityShellCommand()116 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
146 private final SystemActionPerformer mSystemActionPerformer; field in AbstractAccessibilityServiceConnection352 mSystemActionPerformer = systemActionPerfomer; in AbstractAccessibilityServiceConnection()1110 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()1129 return mSystemActionPerformer.getSystemActions(); in getSystemActions()
315 private SystemActionPerformer mSystemActionPerformer; field in AccessibilityManagerService504 mSystemActionPerformer = systemActionPerformer; in AccessibilityManagerService()1286 if (mSystemActionPerformer == null) { in getSystemActionPerformer()1287 mSystemActionPerformer = in getSystemActionPerformer()1290 return mSystemActionPerformer; in getSystemActionPerformer()5150 new AccessibilityShellCommand(mContext, this, mSystemActionPerformer) in onShellCommand()