Searched refs:windowId (Results 1 – 2 of 2) sorted by relevance
75 public static AccessibilityEventFilter filterWindowsChangTypesAndWindowId(int windowId, in filterWindowsChangTypesAndWindowId() argument79 new WindowIdMatcher(windowId))::matches; in filterWindowsChangTypesAndWindowId()194 public WindowIdMatcher(int windowId) { in WindowIdMatcher() argument196 mWindowId = windowId; in WindowIdMatcher()
192 final int windowId = findAppWindowId(uiAutomation.getWindows()); in testWindowContentFrameStats() local193 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() local255 assertTrue(windowId >= 0); in testWindowContentFrameStatsNoAnimation()258 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId)); in testWindowContentFrameStatsNoAnimation()261 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId); in testWindowContentFrameStatsNoAnimation()