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.java1306 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted() argument
1309 logContextCommittedLocked(detectedFieldIds, detectedFieldClassifications); in logContextCommitted()
1314 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked() argument
1495 manuallyFilledFieldIds, manuallyFilledDatasetIds, detectedFieldIds, in logContextCommittedLocked()
1526 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local
1603 detectedFieldIds.add(autofillId); in logFieldClassificationScore()
1611 logContextCommitted(detectedFieldIds, detectedFieldClassifications); in logFieldClassificationScore()