Searched refs:manuallyFilledIds (Results 1 – 1 of 1) sorted by relevance
3377 ArrayMap<AutofillId, ArraySet<String>> manuallyFilledIds = null; in logContextCommittedLocked() local3486 if (manuallyFilledIds == null) { in logContextCommittedLocked()3487 manuallyFilledIds = new ArrayMap<>(); in logContextCommittedLocked()3490 manuallyFilledIds.get(viewState.id); in logContextCommittedLocked()3493 manuallyFilledIds.put(viewState.id, datasetIds); in logContextCommittedLocked()3521 if (manuallyFilledIds != null) { in logContextCommittedLocked()3522 final int size = manuallyFilledIds.size(); in logContextCommittedLocked()3526 final AutofillId fieldId = manuallyFilledIds.keyAt(i); in logContextCommittedLocked()3527 final ArraySet<String> datasetIds = manuallyFilledIds.valueAt(i); in logContextCommittedLocked()