Searched refs:detectedFieldIdsList (Results 1 – 1 of 1) sorted by relevance
1006 @Nullable ArrayList<AutofillId> detectedFieldIdsList, in logContextCommittedLocked() argument1018 + ", detectedFieldIds=" + detectedFieldIdsList in logContextCommittedLocked()1026 if (detectedFieldIdsList != null) { in logContextCommittedLocked()1027 detectedFieldsIds = new AutofillId[detectedFieldIdsList.size()]; in logContextCommittedLocked()1028 detectedFieldIdsList.toArray(detectedFieldsIds); in logContextCommittedLocked()