Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1329 ArrayMap<AutofillId, ArraySet<String>> manuallyFilledIds = null; in logContextCommittedLocked() local
1446 if (manuallyFilledIds == null) { in logContextCommittedLocked()
1447 manuallyFilledIds = new ArrayMap<>(); in logContextCommittedLocked()
1450 manuallyFilledIds.get(viewState.id); in logContextCommittedLocked()
1453 manuallyFilledIds.put(viewState.id, datasetIds); in logContextCommittedLocked()
1482 if (manuallyFilledIds != null) { in logContextCommittedLocked()
1483 final int size = manuallyFilledIds.size(); in logContextCommittedLocked()
1487 final AutofillId fieldId = manuallyFilledIds.keyAt(i); in logContextCommittedLocked()
1488 final ArraySet<String> datasetIds = manuallyFilledIds.valueAt(i); in logContextCommittedLocked()