Searched refs:getWindows (Results 1 – 1 of 1) sorted by relevance
1400 private List<AccessibilityWindowInfo> getWindows(UiAutomation uiAutomation) { in getWindows() method in UiDevice1411 return uiAutomation.getWindows(); in getWindows()1434 for (final AccessibilityWindowInfo window : getWindows(uiAutomation)) { in getWindowRoots()