Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/assist/classification/
DFieldClassificationResponse.java48 List<FieldClassification> detections = new java.util.ArrayList<>(); in unparcelClassifications() local
50 detections, FieldClassification.class.getClassLoader(), FieldClassification.class); in unparcelClassifications()
51 return new ArraySet<>(detections); in unparcelClassifications()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java6329 private static void processDetections(Set<String> detections, AutofillId id, in processDetections() argument
6331 for (String detection : detections) { in processDetections()