Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java141 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenClear_noLongerInCache()
149 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowGetOtherId_returnsNull()
156 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenGetWindows_returnsNull()
208 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_3, Display.DEFAULT_DISPLAY, in setWindowsAndAddWindow_thenGetWindows_returnsInDecreasingLayerOrder()
249 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_3, SECONDARY_DISPLAY_ID, in setWindowsAtFirstDisplay_thenAddWindowAtSecondDisplay_returnWindowLayerOrderUnchange()
379 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenStateChangedEvent_noLongerInCache()
388 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenWindowsChangedEvent_noLongerInCache()
1063 private void putWindowWithWindowIdAndDisplayIdInCache(int windowId, int displayId, int layer) { in putWindowWithWindowIdAndDisplayIdInCache() method in AccessibilityCacheTest