Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java121 AccessibilityWindowInfo windowInfo = null, copyOfInfo = null, windowFromCache = null; in addThenGetWindow_returnsEquivalentButNotSameWindow() local
130 windowFromCache = mAccessibilityCache.getWindow(WINDOW_ID_1); in addThenGetWindow_returnsEquivalentButNotSameWindow()
131 assertEquals(copyOfInfo, windowFromCache); in addThenGetWindow_returnsEquivalentButNotSameWindow()
133 windowFromCache.recycle(); in addThenGetWindow_returnsEquivalentButNotSameWindow()