Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java812 AutofillId[] detectedFieldsIds = null; in logContextCommittedLocked() local
815 detectedFieldsIds = new AutofillId[detectedFieldIdsList.size()]; in logContextCommittedLocked()
816 detectedFieldIdsList.toArray(detectedFieldsIds); in logContextCommittedLocked()
821 final int numberFields = detectedFieldsIds.length; in logContextCommittedLocked()
846 detectedFieldsIds, detectedFieldClassifications)); in logContextCommittedLocked()