Searched refs:windowId (Results 1 – 2 of 2) sorted by relevance
86 public static AccessibilityEventFilter filterWindowsChangTypesAndWindowId(int windowId, in filterWindowsChangTypesAndWindowId() argument90 new WindowIdMatcher(windowId))::matches; in filterWindowsChangTypesAndWindowId()273 public WindowIdMatcher(int windowId) { in WindowIdMatcher() argument275 mWindowId = windowId; in WindowIdMatcher()
209 final int windowId = startActivitySync(); in testWindowContentFrameStats() local211 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() local236 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()