Home
last modified time | relevance | path

Searched refs:mSystemSupport (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java86 mIntent.putExtra(Intent.EXTRA_CLIENT_INTENT, mSystemSupport.getPendingIntentActivity( in AccessibilityServiceConnection()
123 mSystemSupport.getMagnificationController().resetAllIfNeeded(mId); in unbindLocked()
141 mSystemSupport.persistComponentNamesToSettingLocked( in disableSelf()
147 mSystemSupport.onClientChangeLocked(false); in disableSelf()
172 mSystemSupport.onClientChangeLocked(false); in onServiceConnected()
204 mSystemSupport.onClientChangeLocked(false); in initializeService()
243 == mSystemSupport.getCurrentUserIdLocked()) { in hasRightsToCurrentUserLocked()
315 mSystemSupport.getMagnificationController().resetAllIfNeeded(mId); in binderDied()
316 mSystemSupport.onClientChangeLocked(false); in binderDied()
326 if (!mSystemSupport.isAccessibilityButtonShown()) { in isAccessibilityButtonAvailableLocked()
[all …]
DAbstractAccessibilityServiceConnection.java108 protected final SystemSupport mSystemSupport; field in AbstractAccessibilityServiceConnection
255 mSystemSupport = systemSupport; in AbstractAccessibilityServiceConnection()
346 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence); in setOnKeyEventResult()
380 mSystemSupport.onClientChangeLocked(true); in setServiceInfo()
430 mSystemSupport.getCurrentUserIdLocked(), windowId); in getWindow()
473 mSystemSupport.getCurrentUserIdLocked(), this, resolvedWindowId); in findAccessibilityNodeInfosByViewId()
478 mSystemSupport.getCurrentUserIdLocked(), resolvedWindowId); in findAccessibilityNodeInfosByViewId()
488 spec = mSystemSupport.getCompatibleMagnificationSpecLocked(resolvedWindowId); in findAccessibilityNodeInfosByViewId()
534 mSystemSupport.getCurrentUserIdLocked(), this, resolvedWindowId); in findAccessibilityNodeInfosByText()
539 mSystemSupport.getCurrentUserIdLocked(), resolvedWindowId); in findAccessibilityNodeInfosByText()
[all …]
DUiAutomationManager.java54 private AbstractAccessibilityServiceConnection.SystemSupport mSystemSupport; field in UiAutomationManager
109 mSystemSupport = systemSupport; in registerUiTestAutomationServiceLocked()
218 mSystemSupport.onClientChangeLocked(false); in destroyUiAutomationService()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java840 return mResolvedUserId == mSystemSupport.getCurrentUserIdLocked(); in hasRightsToCurrentUserLocked()