Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java149 mIntent.putExtra(Intent.EXTRA_CLIENT_INTENT, mSystemSupport.getPendingIntentActivity( in AccessibilityServiceConnection()
183 mSystemSupport.unbindImeLocked(this); in unbindLocked()
189 mSystemSupport.getMagnificationProcessor().resetAllIfNeeded(mId); in unbindLocked()
211 mSystemSupport.persistComponentNamesToSettingLocked( in disableSelf()
215 mSystemSupport.onClientChangeLocked(false); in disableSelf()
246 mSystemSupport.onClientChangeLocked(false); in onServiceConnected()
252 mSystemSupport.requestImeLocked(this); in onServiceConnected()
282 mSystemSupport.onClientChangeLocked(false); in initializeService()
325 == mSystemSupport.getCurrentUserIdLocked()) { in hasRightsToCurrentUserLocked()
462 mSystemSupport.unbindImeLocked(this); in binderDied()
[all …]
DAbstractAccessibilityServiceConnection.java144 protected final SystemSupport mSystemSupport; field in AbstractAccessibilityServiceConnection
353 mSystemSupport = systemSupport; in AbstractAccessibilityServiceConnection()
483 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence); in setOnKeyEventResult()
533 mSystemSupport.onClientChangeLocked(true); in setServiceInfo()
535 mSystemSupport.requestImeLocked(this); in setServiceInfo()
537 mSystemSupport.unbindImeLocked(this); in setServiceInfo()
628 mSystemSupport.getCurrentUserIdLocked(), windowId); in getWindow()
684 mSystemSupport.getCurrentUserIdLocked(), this, resolvedWindowId); in findAccessibilityNodeInfosByViewId()
689 mSystemSupport.getCurrentUserIdLocked(), resolvedWindowId); in findAccessibilityNodeInfosByViewId()
760 mSystemSupport.getCurrentUserIdLocked(), this, resolvedWindowId); in findAccessibilityNodeInfosByText()
[all …]
DProxyManager.java101 private final SystemSupport mSystemSupport; field in ProxyManager
148 mSystemSupport = systemSupport; in ProxyManager()
344 mSystemSupport.removeDeviceIdLocked(deviceId); in updateStateForRemovedDisplay()
643 mSystemSupport.updateWindowsForAccessibilityCallbackLocked(); in onProxyChanged()
652 mSystemSupport.notifyClearAccessibilityCacheLocked(); in onProxyChanged()
749 mSystemSupport.getCurrentUserClientsLocked(); in broadcastToClientsLocked()
751 mSystemSupport.getGlobalClientsLocked(); in broadcastToClientsLocked()
855 mSystemSupport.getCurrentUserClientsLocked(); in updateDeviceIdsIfNeededLocked()
857 mSystemSupport.getGlobalClientsLocked(); in updateDeviceIdsIfNeededLocked()
984 mSystemSupport.getCurrentUserClientsLocked(); in dump()
[all …]
DUiAutomationManager.java61 private AbstractAccessibilityServiceConnection.SystemSupport mSystemSupport; field in UiAutomationManager
123 mSystemSupport = systemSupport; in registerUiTestAutomationServiceLocked()
245 mSystemSupport.onClientChangeLocked(false); in destroyUiAutomationService()
DProxyAccessibilityServiceConnection.java187 mSystemSupport.onProxyChanged(mDeviceId); in setInstalledAndEnabledServices()
260 mSystemSupport.onProxyChanged(mDeviceId); in setFocusAppearance()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAbstractAccessibilityServiceConnectionTest.java863 return mResolvedUserId == mSystemSupport.getCurrentUserIdLocked(); in hasRightsToCurrentUserLocked()