Searched defs:UiAutomationService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java46 private UiAutomationService mUiAutomationService;
88 throw new IllegalStateException("UiAutomationService " + serviceClient
100 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id,
125 throw new IllegalStateException("UiAutomationService " + serviceClient
191 private class UiAutomationService extends AbstractAccessibilityServiceConnection { class in class:UiAutomationManager
194 UiAutomationService(Context context, AccessibilityServiceInfo accessibilityServiceInfo, method in class:UiAutomationManager.UiAutomationService

Completed in 59 milliseconds