Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillContext.java99 final ViewNode[] foundNodes = new AssistStructure.ViewNode[ids.length]; in findViewNodesByAutofillIds() local
109 foundNodes[i] = mViewNodeLookupTable.valueAt(lookupTableIndex); in findViewNodesByAutofillIds()
131 foundNodes[index] = node; in findViewNodesByAutofillIds()
158 return foundNodes; in findViewNodesByAutofillIds()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInteractionControllerNodeRequestsTest.java376 List<AccessibilityNodeInfo> foundNodes = mFindInfoCaptor.getAllValues(); in testFindRootAndTextNode_withOneClient_shouldInterruptPrefetchAndSatisfyPendingMsg() local
377 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() local
441 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()