Searched refs:foundNodes (Results 1 – 2 of 2) sorted by relevance
99 final ViewNode[] foundNodes = new AssistStructure.ViewNode[ids.length]; in findViewNodesByAutofillIds() local109 foundNodes[i] = mViewNodeLookupTable.valueAt(lookupTableIndex); in findViewNodesByAutofillIds()131 foundNodes[index] = node; in findViewNodesByAutofillIds()158 return foundNodes; in findViewNodesByAutofillIds()
376 List<AccessibilityNodeInfo> foundNodes = mFindInfoCaptor.getAllValues(); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local377 assertEquals(ROOT_FRAME_LAYOUT_DESCRIPTION, foundNodes.get(0).getContentDescription()); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()378 assertEquals(TEXT_VIEW_1_DESCRIPTION, foundNodes.get(1).getContentDescription()); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()440 List<AccessibilityNodeInfo> foundNodes = mFindInfoCaptor.getAllValues(); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local441 assertEquals(ROOT_FRAME_LAYOUT_DESCRIPTION, foundNodes.get(0).getContentDescription()); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()442 assertEquals(ROOT_FRAME_LAYOUT_DESCRIPTION, foundNodes.get(1).getContentDescription()); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()