Searched refs:detections (Results 1 – 2 of 2) sorted by relevance
48 List<FieldClassification> detections = new java.util.ArrayList<>(); in unparcelClassifications() local50 detections, FieldClassification.class.getClassLoader(), FieldClassification.class); in unparcelClassifications()51 return new ArraySet<>(detections); in unparcelClassifications()
6329 private static void processDetections(Set<String> detections, AutofillId id, in processDetections() argument6331 for (String detection : detections) { in processDetections()