Searched refs:valuesByParent (Results 1 – 1 of 1) sorted by relevance
3184 SparseArray<AutofillValue> valuesByParent = virtualValues.get(view); in autofill() local3185 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()