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.java2144 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local
2145 if (valuesByParent == null) { in autofill()
2147 valuesByParent = new SparseArray<>(5); in autofill()
2148 virtualValues.put(view, valuesByParent); in autofill()
2150 valuesByParent.put(id.getVirtualChildIntId(), value); in autofill()