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.java86 public static AccessibilityEventFilter filterWindowsChangTypesAndWindowId(int windowId, in filterWindowsChangTypesAndWindowId() argument
90 new WindowIdMatcher(windowId))::matches; in filterWindowsChangTypesAndWindowId()
273 public WindowIdMatcher(int windowId) { in WindowIdMatcher() argument
275 mWindowId = windowId; in WindowIdMatcher()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java209 final int windowId = startActivitySync(); in testWindowContentFrameStats() local
211 assertWithMessage("clearWindowContentFrameStats(%s)", windowId) in testWindowContentFrameStats()
212 .that(mUiAutomation.clearWindowContentFrameStats(windowId)).isTrue(); in testWindowContentFrameStats()
218 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats()
234 final int windowId = startActivitySync(); in testWindowContentFrameStats_NoAnimation() local
236 assertWithMessage("clearWindowContentFrameStats(%s)", windowId) in testWindowContentFrameStats_NoAnimation()
237 .that(mUiAutomation.clearWindowContentFrameStats(windowId)).isTrue(); in testWindowContentFrameStats_NoAnimation()
239 WindowContentFrameStats stats = mUiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStats_NoAnimation()