Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java6312 Set<String> hintDetections = classification.getHints(); in processResponse() local
6314 ArraySet<String> combinedHints = new ArraySet<>(hintDetections); in processResponse()
6315 mClassificationHintsMap.put(id, hintDetections); in processResponse()
6322 processDetections(hintDetections, id, mHintsToAutofillIdMap); in processResponse()