Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java588 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
595 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event()
629 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
637 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event()
672 @Nullable ArrayList<AutofillId> changedFieldIds, in Event() argument
685 if (changedFieldIds != null) { in Event()
686 Preconditions.checkArgument(!ArrayUtils.isEmpty(changedFieldIds) in Event()
688 && changedFieldIds.size() == changedDatasetIds.size(), in Event()
691 mChangedFieldIds = changedFieldIds; in Event()
779 final ArrayList<AutofillId> changedFieldIds =
[all …]
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java926 @Nullable ArrayList<AutofillId> changedFieldIds, in logContextCommittedLocked() argument
932 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked()
942 @Nullable ArrayList<AutofillId> changedFieldIds, in logContextCommittedLocked() argument
955 + ", changedAutofillIds=" + changedFieldIds in logContextCommittedLocked()
996 changedFieldIds, changedDatasetIds, in logContextCommittedLocked()
H A DSession.java2984 ArrayList<AutofillId> changedFieldIds = null; in logContextCommittedLocked() local
3050 if (changedFieldIds == null) { in logContextCommittedLocked()
3051 changedFieldIds = new ArrayList<>(); in logContextCommittedLocked()
3054 changedFieldIds.add(viewState.id); in logContextCommittedLocked()
3143 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked()