Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityCacheTest.java266 AccessibilityWindowInfo activityWindowInfo = null; in testRequest_prefetchWithA11yWindowInfo() local
270 activityWindowInfo = window; in testRequest_prefetchWithA11yWindowInfo()
274 assertNotNull(activityWindowInfo); in testRequest_prefetchWithA11yWindowInfo()
275 AccessibilityNodeInfo windowRoot = activityWindowInfo.getRoot(); in testRequest_prefetchWithA11yWindowInfo()
DAccessibilityTakeScreenshotTest.java257 final AccessibilityWindowInfo activityWindowInfo = in testTakeScreenshotOfWindow_GetScreenshotResult() local
259 assertThat(activityWindowInfo).isNotNull(); in testTakeScreenshotOfWindow_GetScreenshotResult()
262 mService.takeScreenshotOfWindow(activityWindowInfo.getId(), in testTakeScreenshotOfWindow_GetScreenshotResult()