Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java48 private UiAutomationService mUiAutomationService;
106 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()
172 UiAutomationService uiAutomationService; in getRelevantEventTypes()
182 UiAutomationService uiAutomationService; in getServiceInfo()
191 UiAutomationService uiAutomationService; in dumpUiAutomationService()
219 private class UiAutomationService extends AbstractAccessibilityServiceConnection { class in UiAutomationManager
222 UiAutomationService(Context context, AccessibilityServiceInfo accessibilityServiceInfo, in UiAutomationService() method in UiAutomationManager.UiAutomationService