Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java76 AccessibilityCache mAccessibilityCache; field in AccessibilityCacheTest
83 mAccessibilityCache = new AccessibilityCache(mAccessibilityNodeRefresher); in setUp()
88 assertNull(mAccessibilityCache.getNode(0, 0)); in testEmptyCache_returnsNull()
89 assertNull(mAccessibilityCache.getWindowsOnAllDisplays()); in testEmptyCache_returnsNull()
90 assertNull(mAccessibilityCache.getWindow(0)); in testEmptyCache_returnsNull()
95 mAccessibilityCache.clear(); in testEmptyCache_clearDoesntCrash()
115 mAccessibilityCache.onAccessibilityEvent(event); in testEmptyCache_a11yEventsHaveNoEffect()
126 mAccessibilityCache.addWindow(windowInfo); in addThenGetWindow_returnsEquivalentButNotSameWindow()
130 windowFromCache = mAccessibilityCache.getWindow(WINDOW_ID_1); in addThenGetWindow_returnsEquivalentButNotSameWindow()
143 mAccessibilityCache.clear(); in addWindowThenClear_noLongerInCache()
[all …]