Home
last modified time | relevance | path

Searched refs:mDetectedFieldIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DLogFieldClassificationScoreOnResultListener.java42 private final ArrayList<AutofillId> mDetectedFieldIds; field in LogFieldClassificationScoreOnResultListener
56 this.mDetectedFieldIds = detectedFieldIds; in LogFieldClassificationScoreOnResultListener()
75 mDetectedFieldIds, in onResult()
/frameworks/base/core/java/android/service/autofill/
DFillEventHistory.java156 final AutofillId[] detectedFields = event.mDetectedFieldIds; in writeToParcel()
344 @Nullable private final AutofillId[] mDetectedFieldIds; field in FillEventHistory.Event
463 if (mDetectedFieldIds == null) { in getFieldsClassification()
466 final int size = mDetectedFieldIds.length; in getFieldsClassification()
469 final AutofillId id = mDetectedFieldIds[i]; in getFieldsClassification()
709 mDetectedFieldIds = detectedFieldIds; in Event()
729 + ", detectedFieldIds=" + Arrays.toString(mDetectedFieldIds) in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48178 Landroid/service/autofill/FillEventHistory$Event;->mDetectedFieldIds:[Landroid/view/autofill/Autofi…