Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java126 mSystemSupport.getFullScreenMagnificationController().resetAllIfNeeded(mId); in unbindLocked()
147 mSystemSupport.persistComponentNamesToSettingLocked( in disableSelf()
153 mSystemSupport.onClientChangeLocked(false); in disableSelf()
178 mSystemSupport.onClientChangeLocked(false); in onServiceConnected()
210 mSystemSupport.onClientChangeLocked(false); in initializeService()
253 == mSystemSupport.getCurrentUserIdLocked()) { in hasRightsToCurrentUserLocked()
337 mSystemSupport.getFullScreenMagnificationController().resetAllIfNeeded(mId); in binderDied()
338 mSystemSupport.onClientChangeLocked(false); in binderDied()
348 if (!mSystemSupport.isAccessibilityButtonShown()) { in isAccessibilityButtonAvailableLocked()
407 mSystemSupport.getMotionEventInjectorForDisplayLocked(displayId); in dispatchGesture()
[all …]
H A DAbstractAccessibilityServiceConnection.java119 protected final SystemSupport mSystemSupport; field in AbstractAccessibilityServiceConnection
272 mSystemSupport = systemSupport; in AbstractAccessibilityServiceConnection()
415 mSystemSupport.onClientChangeLocked(true); in setServiceInfo()
471 mSystemSupport.getCurrentUserIdLocked(), windowId); in getWindow()
948 mSystemSupport.getFingerprintGestureDispatcher(); in isFingerprintGestureDetectionAvailable()
983 mSystemSupport.getFullScreenMagnificationController(); in getMagnificationRegion()
1009 mSystemSupport.getFullScreenMagnificationController(); in getMagnificationCenterX()
1034 mSystemSupport.getFullScreenMagnificationController(); in getMagnificationCenterY()
1075 mSystemSupport.getFullScreenMagnificationController(); in resetMagnification()
1341 mSystemSupport.getKeyEventDispatcher().flush(this); in resetLocked()
[all …]
H A DUiAutomationManager.java55 private AbstractAccessibilityServiceConnection.SystemSupport mSystemSupport; field in UiAutomationManager
117 mSystemSupport = systemSupport; in registerUiTestAutomationServiceLocked()
237 mSystemSupport.onClientChangeLocked(false); in destroyUiAutomationService()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java868 return mResolvedUserId == mSystemSupport.getCurrentUserIdLocked(); in hasRightsToCurrentUserLocked()