Searched refs:manuallyFilledFieldIds (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A D | FillEventHistory.java | 530 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in Event() argument 535 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in Event() 571 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in Event() argument 590 if (manuallyFilledFieldIds != null) { in Event() 591 Preconditions.checkArgument(!ArrayUtils.isEmpty(manuallyFilledFieldIds) in Event() 593 && manuallyFilledFieldIds.size() == manuallyFilledDatasetIds.size(), in Event() 596 mManuallyFilledFieldIds = manuallyFilledFieldIds; in Event() 644 final ArrayList<AutofillId> manuallyFilledFieldIds = 647 if (manuallyFilledFieldIds != null) { 648 final int size = manuallyFilledFieldIds.size(); [all …]
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceImpl.java | 873 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in logContextCommittedLocked() argument 877 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds, in logContextCommittedLocked() 889 @Nullable ArrayList<AutofillId> manuallyFilledFieldIds, in logContextCommittedLocked() argument 902 + ", manuallyFilledFieldIds=" + manuallyFilledFieldIds in logContextCommittedLocked() 942 manuallyFilledFieldIds, manuallyFilledDatasetIds, in logContextCommittedLocked()
|
H A D | Session.java | 1937 ArrayList<AutofillId> manuallyFilledFieldIds = null; 1943 manuallyFilledFieldIds = new ArrayList<>(size); 1948 manuallyFilledFieldIds.add(fieldId); 1954 changedFieldIds, changedDatasetIds, manuallyFilledFieldIds,
|