Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java474 @Nullable AutofillId[] detectedFieldIds, in Event() argument
499 mDetectedFieldIds = detectedFieldIds; in Event()
551 final AutofillId[] detectedFieldIds = parcel.readParcelableArray(null,
554 (detectedFieldIds != null)
562 detectedFieldIds, detectedFieldClassifications));
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1307 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted() argument
1310 logContextCommittedLocked(detectedFieldIds, detectedFieldClassifications); in logContextCommitted()
1315 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked() argument
1496 manuallyFilledFieldIds, manuallyFilledDatasetIds, detectedFieldIds, in logContextCommittedLocked()
1527 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local
1604 detectedFieldIds.add(autofillId); in logFieldClassificationScore()
1612 logContextCommitted(detectedFieldIds, detectedFieldClassifications); in logFieldClassificationScore()