Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillContext.java131 final ViewNode[] foundNodes = new AssistStructure.ViewNode[ids.length]; in findViewNodesByAutofillIds() local
141 foundNodes[i] = mViewNodeLookupTable.valueAt(lookupTableIndex); in findViewNodesByAutofillIds()
163 foundNodes[index] = node; in findViewNodesByAutofillIds()
190 return foundNodes; in findViewNodesByAutofillIds()