Home
last modified time | relevance | path

Searched defs:prefetchedNodes (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInteractionControllerNodeRequestsTest.java210 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRootView_withOneClient_shouldReturnRootNodeAndPrefetchDescendants() local
246 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindTextView_withOneClient_shouldReturnNodeAndPrefetchedSiblingsAndParent() local
315 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch() local
451 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local
632 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRootView_depthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants() local
686 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRootView_breadthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants() local
818 List<AccessibilityNodeInfo> prefetchedNodes = mPrefetchInfoListCaptor.getValue(); in testFindRootView_withVirtualView() local