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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java46 private UiAutomationService mUiAutomationService; field in class:UiAutomationManager
61 if (mUiAutomationService != null) {
87 if (mUiAutomationService != null) {
100 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id,
106 mUiAutomationService.mServiceInterface = serviceClient;
107 mUiAutomationService.onAdded();
109 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, 0);
116 mUiAutomationService.connectServiceUnknownThread();
120 if ((mUiAutomationService
[all...]

Completed in 186 milliseconds