Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3184 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local
3185 if (valuesByParent == null) { in autofill()
3187 valuesByParent = new SparseArray<>(5); in autofill()
3188 virtualValues.put(view, valuesByParent); in autofill()
3190 valuesByParent.put(id.getVirtualChildIntId(), value); in autofill()