Searched defs:uiAutomation (Results 1 – 3 of 3) sorted by relevance
31 internal val uiAutomation = instrumentation.uiAutomation constant
1400 private List<AccessibilityWindowInfo> getWindows(UiAutomation uiAutomation) { in getWindows()1424 UiAutomation uiAutomation = getUiAutomation(); in getWindowRoots() local1470 UiAutomation uiAutomation; in getUiAutomation() local1532 UiAutomation uiAutomation = null; in getUiAutomationWithRetry() local1553 UiAutomation uiAutomation) { in getWindowsOnAllDisplays()
63 public val uiAutomation: UiAutomation = instrumentation.uiAutomation, constant in androidx.test.uiautomator.UiAutomatorTestScope