Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java599 @Nullable AutofillId[] detectedFieldIds, in Event() argument
603 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in Event()
640 @Nullable AutofillId[] detectedFieldIds, in Event() argument
645 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in Event()
683 @Nullable AutofillId[] detectedFieldIds, in Event() argument
709 mDetectedFieldIds = detectedFieldIds; in Event()
804 final AutofillId[] detectedFieldIds = parcel.readParcelableArray(null,
807 (detectedFieldIds != null)
817 detectedFieldIds, detectedFieldClassifications,
/frameworks/base/services/autofill/java/com/android/server/autofill/
DLogFieldClassificationScoreOnResultListener.java47 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in LogFieldClassificationScoreOnResultListener() argument
56 this.mDetectedFieldIds = detectedFieldIds; in LogFieldClassificationScoreOnResultListener()
DSession.java3342 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted() argument
3347 logContextCommittedLocked(detectedFieldIds, detectedFieldClassifications, in logContextCommitted()
3353 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked() argument
3535 manuallyFilledDatasetIds, detectedFieldIds, detectedFieldClassifications, in logContextCommittedLocked()
3571 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local
3601 detectedFieldIds, in logFieldClassificationScore()
3610 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in handleLogFieldClassificationScore() argument
3668 detectedFieldIds.add(autofillId); in handleLogFieldClassificationScore()
3675 logContextCommitted(detectedFieldIds, detectedFieldClassifications, in handleLogFieldClassificationScore()