Searched refs:hintDetections (Results 1 – 1 of 1) sorted by relevance
6312 Set<String> hintDetections = classification.getHints(); in processResponse() local6314 ArraySet<String> combinedHints = new ArraySet<>(hintDetections); in processResponse()6315 mClassificationHintsMap.put(id, hintDetections); in processResponse()6322 processDetections(hintDetections, id, mHintsToAutofillIdMap); in processResponse()