Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java102 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()
129 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
137 mUiAutomationService.onAdded(); in registerUiTestAutomationServiceLocked()
159 if (mUiAutomationService != null) { in sendAccessibilityEventLocked()
179 return (mUiAutomationService != null) in isTouchExplorationEnabledLocked()
184 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
189 return mUiAutomationService.mEventTypes; in getRequestedEventMaskLocked()
223 if (mUiAutomationService != null) { in destroyUiAutomationService()
225 mUiAutomationService, 0); in destroyUiAutomationService()
226 mUiAutomationService.onRemoved(); in destroyUiAutomationService()
[all …]