Searched refs:mViewNodeLookupTable (Results 1 – 2 of 2) sorted by relevance
58 @Nullable private ArrayMap<AutofillId, AssistStructure.ViewNode> mViewNodeLookupTable; field in FillContext137 if (mViewNodeLookupTable != null) { in findViewNodesByAutofillIds()138 int lookupTableIndex = mViewNodeLookupTable.indexOfKey(ids[i]); in findViewNodesByAutofillIds()141 foundNodes[i] = mViewNodeLookupTable.valueAt(lookupTableIndex); in findViewNodesByAutofillIds()165 if (mViewNodeLookupTable == null) { in findViewNodesByAutofillIds()166 mViewNodeLookupTable = new ArrayMap<>(ids.length); in findViewNodesByAutofillIds()169 mViewNodeLookupTable.put(id, node); in findViewNodesByAutofillIds()183 if (mViewNodeLookupTable == null) { in findViewNodesByAutofillIds()184 mViewNodeLookupTable = new ArrayMap<>(missingNodeIndexes.size()); in findViewNodesByAutofillIds()187 mViewNodeLookupTable.put(ids[missingNodeIndexes.keyAt(i)], null); in findViewNodesByAutofillIds()
62726 Landroid/service/autofill/FillContext;->mViewNodeLookupTable:Landroid/util/ArrayMap;