Searched refs:WINDOW_ID_1 (Results 1 – 1 of 1) sorted by relevance
62 private static final int WINDOW_ID_1 = 0xBEEF; field in AccessibilityCacheTest124 windowInfo.setId(WINDOW_ID_1); in addThenGetWindow_returnsEquivalentButNotSameWindow()130 windowFromCache = mAccessibilityCache.getWindow(WINDOW_ID_1); in addThenGetWindow_returnsEquivalentButNotSameWindow()141 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenClear_noLongerInCache()144 assertNull(mAccessibilityCache.getWindow(WINDOW_ID_1)); in addWindowThenClear_noLongerInCache()149 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowGetOtherId_returnsNull()151 assertNull(mAccessibilityCache.getWindow(WINDOW_ID_1 + 1)); in addWindowGetOtherId_returnsNull()156 putWindowWithWindowIdAndDisplayIdInCache(WINDOW_ID_1, Display.DEFAULT_DISPLAY, in addWindowThenGetWindows_returnsNull()169 windowInfo1 = obtainAccessibilityWindowInfo(WINDOW_ID_1, SPECIFIC_WINDOW_LAYER); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()175 window1Out = mAccessibilityCache.getWindow(WINDOW_ID_1); in setWindowsThenGetWindows_returnsInDecreasingLayerOrder()[all …]