Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java592 @Nullable AutofillId[] detectedFieldIds, in Event()
633 @Nullable AutofillId[] detectedFieldIds, in Event()
676 @Nullable AutofillId[] detectedFieldIds, in Event()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DLogFieldClassificationScoreOnResultListener.java47 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in LogFieldClassificationScoreOnResultListener()
H A DSession.java2955 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted()
2966 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked()
3178 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local
3217 String[] categoryIds, ArrayList<AutofillId> detectedFieldIds, in handleLogFieldClassificationScore()