Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java59 private UiAutomationService mUiAutomationService; field in UiAutomationManager
108 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()
110 "UiAutomationService " + mUiAutomationService.mServiceInterface in registerUiTestAutomationServiceLocked()
129 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()
133 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()
135 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
145 mUiAutomationService.connectServiceUnknownThread(); in registerUiTestAutomationServiceLocked()
151 && ((mUiAutomationService == null) in unregisterUiTestAutomationServiceLocked()
153 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()
155 != mUiAutomationService.mServiceInterface.asBinder()))) { in unregisterUiTestAutomationServiceLocked()
[all …]