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.java48 private UiAutomationService mUiAutomationService; field in UiAutomationManager
92 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()
106 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()
112 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()
113 mUiAutomationService.onAdded(); in registerUiTestAutomationServiceLocked()
115 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
123 mUiAutomationService.connectServiceUnknownThread(); in registerUiTestAutomationServiceLocked()
129 if ((mUiAutomationService == null) in unregisterUiTestAutomationServiceLocked()
131 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()
133 != mUiAutomationService.mServiceInterface.asBinder())) { in unregisterUiTestAutomationServiceLocked()
[all …]