Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java474 @Nullable AutofillId[] detectedFieldIds, in Event()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1307 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted()
1315 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked()
1527 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local