Searched refs:mViewNodeLookupTable (Results 1 – 2 of 2) sorted by relevance
78 private transient @Nullable ArrayMap<AutofillId, AssistStructure.ViewNode> mViewNodeLookupTable; field in FillContext105 if (mViewNodeLookupTable != null) { in findViewNodesByAutofillIds()106 int lookupTableIndex = mViewNodeLookupTable.indexOfKey(ids[i]); in findViewNodesByAutofillIds()109 foundNodes[i] = mViewNodeLookupTable.valueAt(lookupTableIndex); in findViewNodesByAutofillIds()133 if (mViewNodeLookupTable == null) { in findViewNodesByAutofillIds()134 mViewNodeLookupTable = new ArrayMap<>(ids.length); in findViewNodesByAutofillIds()137 mViewNodeLookupTable.put(id, node); in findViewNodesByAutofillIds()151 if (mViewNodeLookupTable == null) { in findViewNodesByAutofillIds()152 mViewNodeLookupTable = new ArrayMap<>(missingNodeIndexes.size()); in findViewNodesByAutofillIds()155 mViewNodeLookupTable.put(ids[missingNodeIndexes.keyAt(i)], null); in findViewNodesByAutofillIds()
48171 Landroid/service/autofill/FillContext;->mViewNodeLookupTable:Landroid/util/ArrayMap;