Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java54 private UiAutomationService mUiAutomationService;
123 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()
193 UiAutomationService uiAutomationService; in getRelevantEventTypes()
203 UiAutomationService uiAutomationService; in getServiceInfo()
212 UiAutomationService uiAutomationService; in dumpUiAutomationService()
240 private class UiAutomationService extends AbstractAccessibilityServiceConnection { class in UiAutomationManager
243 UiAutomationService(Context context, AccessibilityServiceInfo accessibilityServiceInfo, in UiAutomationService() method in UiAutomationManager.UiAutomationService