Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillContext.java58 @Nullable private ArrayMap<AutofillId, AssistStructure.ViewNode> mViewNodeLookupTable; field in FillContext
137 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62726 Landroid/service/autofill/FillContext;->mViewNodeLookupTable:Landroid/util/ArrayMap;