Searched refs:manuallyFilledIds (Results 1 – 1 of 1) sorted by relevance
1328 ArrayMap<AutofillId, ArraySet<String>> manuallyFilledIds = null; in logContextCommittedLocked() local1445 if (manuallyFilledIds == null) { in logContextCommittedLocked()1446 manuallyFilledIds = new ArrayMap<>(); in logContextCommittedLocked()1449 manuallyFilledIds.get(viewState.id); in logContextCommittedLocked()1452 manuallyFilledIds.put(viewState.id, datasetIds); in logContextCommittedLocked()1481 if (manuallyFilledIds != null) { in logContextCommittedLocked()1482 final int size = manuallyFilledIds.size(); in logContextCommittedLocked()1486 final AutofillId fieldId = manuallyFilledIds.keyAt(i); in logContextCommittedLocked()1487 final ArraySet<String> datasetIds = manuallyFilledIds.valueAt(i); in logContextCommittedLocked()