Searched refs:manuallyFilledFieldIds (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | FillEventHistory.java | 590 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in Event() argument 595 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event() 631 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in Event() argument 637 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event() 674 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in Event() argument 693 if (manuallyFilledFieldIds != null) { in Event() 699 mManuallyFilledFieldIds = manuallyFilledFieldIds; in Event() 783 final ArrayList<AutofillId> manuallyFilledFieldIds = 786 if (manuallyFilledFieldIds != null) { 787 final int size = manuallyFilledFieldIds.size(); [all …]
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceImpl.java | 928 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in logContextCommittedLocked() argument 932 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked() 944 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in logContextCommittedLocked() argument 957 + ", manuallyFilledFieldIds=" + manuallyFilledFieldIds in logContextCommittedLocked() 997 manuallyFilledFieldIds, manuallyFilledDatasetIds, in logContextCommittedLocked()
|
H A D | Session.java | 3126 ArrayList<AutofillId> manuallyFilledFieldIds = null; in logContextCommittedLocked() local 3132 manuallyFilledFieldIds = new ArrayList<>(size); in logContextCommittedLocked() 3137 manuallyFilledFieldIds.add(fieldId); in logContextCommittedLocked() 3143 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked()
|