Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java86 mIntent.putExtra(Intent.EXTRA_CLIENT_INTENT, mSystemSupport.getPendingIntentActivity( in AccessibilityServiceConnection()
120 mSystemSupport.getMagnificationController().resetAllIfNeeded(mId); in unbindLocked()
139 mSystemSupport.persistComponentNamesToSettingLocked( in disableSelf()
145 mSystemSupport.onClientChangeLocked(false); in disableSelf()
170 mSystemSupport.onClientChangeLocked(false); in onServiceConnected()
201 mSystemSupport.onClientChangeLocked(false); in initializeService()
236 return resolvedUserId == mSystemSupport.getCurrentUserIdLocked(); in isCalledForCurrentUserLocked()
284 mSystemSupport.getMagnificationController().resetAllIfNeeded(mId); in binderDied()
285 mSystemSupport.onClientChangeLocked(false); in binderDied()
296 if (!mSystemSupport.isAccessibilityButtonShown()) { in isAccessibilityButtonAvailableLocked()
[all …]
DAbstractAccessibilityServiceConnection.java82 protected final SystemSupport mSystemSupport; field in AbstractAccessibilityServiceConnection
255 mSystemSupport = systemSupport; in AbstractAccessibilityServiceConnection()
336 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence); in setOnKeyEventResult()
370 mSystemSupport.onClientChangeLocked(true); in setServiceInfo()
381 mSystemSupport.ensureWindowsAvailableTimed(); in getWindows()
412 mSystemSupport.ensureWindowsAvailableTimed(); in getWindow()
455 connection = mSystemSupport.getConnectionLocked(resolvedWindowId); in findAccessibilityNodeInfosByViewId()
465 spec = mSystemSupport.getCompatibleMagnificationSpecLocked(resolvedWindowId); in findAccessibilityNodeInfosByViewId()
471 callback = mSystemSupport.replaceCallbackIfNeeded(callback, resolvedWindowId, interactionId, in findAccessibilityNodeInfosByViewId()
514 connection = mSystemSupport.getConnectionLocked(resolvedWindowId); in findAccessibilityNodeInfosByText()
[all …]
DUiAutomationManager.java52 private AbstractAccessibilityServiceConnection.SystemSupport mSystemSupport; field in UiAutomationManager
105 mSystemSupport = systemSupport; in registerUiTestAutomationServiceLocked()
214 mSystemSupport.onClientChangeLocked(false); in destroyUiAutomationService()