Searched defs:detectedFieldIds (Results 1 – 2 of 2) sorted by relevance
474 @Nullable AutofillId[] detectedFieldIds, in Event()
1307 private void logContextCommitted(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommitted()1315 private void logContextCommittedLocked(@Nullable ArrayList<AutofillId> detectedFieldIds, in logContextCommittedLocked()1527 final ArrayList<AutofillId> detectedFieldIds = new ArrayList<>(maxFieldsSize); in logFieldClassificationScore() local