Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java595 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
602 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event()
636 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
644 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event()
679 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
692 if (changedFieldIds != null) { in Event()
693 Preconditions.checkArgument(!ArrayUtils.isEmpty(changedFieldIds) in Event()
695 && changedFieldIds.size() == changedDatasetIds.size(), in Event()
698 mChangedFieldIds = changedFieldIds; in Event()
788 final ArrayList<AutofillId> changedFieldIds =
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java986 @Nullable ArrayList<AutofillId> changedFieldIds, in logContextCommittedLocked() argument
992 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked()
1002 @Nullable ArrayList<AutofillId> changedFieldIds, in logContextCommittedLocked() argument
1015 + ", changedAutofillIds=" + changedFieldIds in logContextCommittedLocked()
1056 changedFieldIds, changedDatasetIds, in logContextCommittedLocked()
DSession.java3375 ArrayList<AutofillId> changedFieldIds = null; in logContextCommittedLocked() local
3441 if (changedFieldIds == null) { in logContextCommittedLocked()
3442 changedFieldIds = new ArrayList<>(); in logContextCommittedLocked()
3445 changedFieldIds.add(viewState.id); in logContextCommittedLocked()
3534 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked()