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()174 actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions()186 mSystemActionPerformer.registerSystemAction( in testRegisterSystemAction_overrideLegacyAction()215 mSystemActionPerformer.registerSystemAction( in testUnregisterSystemAction_removeOverrideForLegacyAction()222 mSystemActionPerformer.unregisterSystemAction( in testUnregisterSystemAction_removeOverrideForLegacyAction()253 mSystemActionPerformer.registerSystemAction( in testPerformSystemActionOverrideLegacyActionUsingLegacyActionId()275 mSystemActionPerformer in testNotifications_expandsNotificationPanel_legacy()283 mSystemActionPerformer in testQuickSettings_requestsQuickSettingsPanel_legacy()[all …]
36 final @NonNull SystemActionPerformer mSystemActionPerformer; field in AccessibilityShellCommand42 mSystemActionPerformer = systemActionPerformer; in AccessibilityShellCommand()103 mSystemActionPerformer.performSystemAction(actionId); in runCallSystemAction()
142 private final SystemActionPerformer mSystemActionPerformer; field in AbstractAccessibilityServiceConnection339 mSystemActionPerformer = systemActionPerfomer; in AbstractAccessibilityServiceConnection()1045 return mSystemActionPerformer.performSystemAction(action); in performGlobalAction()1058 return mSystemActionPerformer.getSystemActions(); in getSystemActions()
269 private SystemActionPerformer mSystemActionPerformer; field in AccessibilityManagerService457 mSystemActionPerformer = systemActionPerformer; in AccessibilityManagerService()1225 if (mSystemActionPerformer == null) { in getSystemActionPerformer()1226 mSystemActionPerformer = in getSystemActionPerformer()1229 return mSystemActionPerformer; in getSystemActionPerformer()4284 new AccessibilityShellCommand(this, mSystemActionPerformer).exec(this, in, out, err, args, in onShellCommand()