Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java599 @Nullable AutofillId[] detectedFieldIds, in Event()
640 @Nullable AutofillId[] detectedFieldIds, in Event()
683 @Nullable AutofillId[] detectedFieldIds, in Event()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DLogFieldClassificationScoreOnResultListener.java47 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in LogFieldClassificationScoreOnResultListener()
DSession.java3342 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted()
3353 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked()
3571 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local
3610 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in handleLogFieldClassificationScore()