Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java75 public static AccessibilityEventFilter filterWindowsChangTypesAndWindowId(int windowId, in filterWindowsChangTypesAndWindowId() argument
79 new WindowIdMatcher(windowId))::matches; in filterWindowsChangTypesAndWindowId()
194 public WindowIdMatcher(int windowId) { in WindowIdMatcher() argument
196 mWindowId = windowId; in WindowIdMatcher()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java192 final int windowId = findAppWindowId(uiAutomation.getWindows()); in testWindowContentFrameStats() local
193 assertTrue(windowId >= 0); in testWindowContentFrameStats()
196 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId)); in testWindowContentFrameStats()
206 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats()
254 final int windowId = findAppWindowId(uiAutomation.getWindows()); in testWindowContentFrameStatsNoAnimation() local
255 assertTrue(windowId >= 0); in testWindowContentFrameStatsNoAnimation()
258 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId)); in testWindowContentFrameStatsNoAnimation()
261 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStatsNoAnimation()