Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTakeScreenshotTest.java320 final List<Integer> accessibilityWindowIds = sUiAutomation.getWindows() in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime() local
324 for (TakeScreenshotCallback callback : takeScreenshotsOfWindows(accessibilityWindowIds)) { in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime()
331 for (TakeScreenshotCallback callback : takeScreenshotsOfWindows(accessibilityWindowIds)) { in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime()
338 for (TakeScreenshotCallback callback : takeScreenshotsOfWindows(accessibilityWindowIds)) { in testTakeScreenshotOfWindow_MultipleWindowsIntervalTime()
379 List<Integer> accessibilityWindowIds) { in takeScreenshotsOfWindows() argument
381 for (Integer id : accessibilityWindowIds) { in takeScreenshotsOfWindows()