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()
314 List<AccessibilityNodeInfo> foundNodes = mFindInfoCaptor.getAllValues(); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local315 assertEquals(FRAME_LAYOUT_DESCRIPTION, foundNodes.get(0).getContentDescription()); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()316 assertEquals(TEXT_VIEW_1_DESCRIPTION, foundNodes.get(1).getContentDescription()); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()379 List<AccessibilityNodeInfo> foundNodes = mFindInfoCaptor.getAllValues(); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local380 assertEquals(FRAME_LAYOUT_DESCRIPTION, foundNodes.get(0).getContentDescription()); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()381 assertEquals(FRAME_LAYOUT_DESCRIPTION, foundNodes.get(1).getContentDescription()); in testFindRoot_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg()