Home
last modified time | relevance | path

Searched refs:copyOfInfo (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
128 copyOfInfo = AccessibilityWindowInfo.obtain(windowInfo); in addThenGetWindow_returnsEquivalentButNotSameWindow()
131 assertEquals(copyOfInfo, windowFromCache); in addThenGetWindow_returnsEquivalentButNotSameWindow()
135 copyOfInfo.recycle(); in addThenGetWindow_returnsEquivalentButNotSameWindow()