Searched refs:detectedFieldIds (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | FillEventHistory.java | 592 @Nullable AutofillId[] detectedFieldIds, in Event() argument 596 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in Event() 633 @Nullable AutofillId[] detectedFieldIds, in Event() argument 638 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in Event() 676 @Nullable AutofillId[] detectedFieldIds, in Event() argument 702 mDetectedFieldIds = detectedFieldIds; in Event() 795 final AutofillId[] detectedFieldIds = parcel.readParcelableArray(null, 798 (detectedFieldIds != null) 808 detectedFieldIds, detectedFieldClassifications,
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | LogFieldClassificationScoreOnResultListener.java | 47 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in LogFieldClassificationScoreOnResultListener() argument 56 this.mDetectedFieldIds = detectedFieldIds; in LogFieldClassificationScoreOnResultListener()
|
H A D | Session.java | 2955 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted() argument 2960 logContextCommittedLocked(detectedFieldIds, detectedFieldClassifications, in logContextCommitted() 2966 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked() argument 3144 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in logContextCommittedLocked() 3178 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local 3208 detectedFieldIds, in logFieldClassificationScore() 3217 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in handleLogFieldClassificationScore() argument 3275 detectedFieldIds.add(autofillId); in handleLogFieldClassificationScore() 3282 logContextCommitted(detectedFieldIds, detectedFieldClassifications, in handleLogFieldClassificationScore()
|