Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInteractionControllerNodeRequestsTest.java578 List<AccessibilityNodeInfo> prefetchedNode = mPrefetchInfoListCaptor.getValue(); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest() local
579 assertEquals(4, prefetchedNode.size()); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()
580 assertEquals(ROOT_FRAME_LAYOUT_DESCRIPTION, prefetchedNode.get(0).getContentDescription()); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()
581 assertEquals(TEXT_VIEW_2_DESCRIPTION, prefetchedNode.get(1).getContentDescription()); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()
582 assertEquals(CHILD_FRAME_DESCRIPTION, prefetchedNode.get(2).getContentDescription()); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()
583 assertEquals(TEXT_VIEW_3_DESCRIPTION, prefetchedNode.get(3).getContentDescription()); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()