Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java102 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()
130 mUiAutomationService.onAdded(); in registerUiTestAutomationServiceLocked()
132 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
160 if (mUiAutomationService != null) { in sendAccessibilityEventLocked()
180 return (mUiAutomationService != null) in isTouchExplorationEnabledLocked()
185 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
190 return mUiAutomationService.mEventTypes; in getRequestedEventMaskLocked()
224 if (mUiAutomationService != null) { in destroyUiAutomationService()
226 mUiAutomationService, 0); in destroyUiAutomationService()
227 mUiAutomationService.onRemoved(); in destroyUiAutomationService()
[all …]