Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java5741 ArrayMap<String, Set<AutofillId>> currentMap) { in processDetections() argument
5744 if (currentMap.containsKey(detection)) { in processDetections()
5745 autofillIds = currentMap.get(detection); in processDetections()
5750 currentMap.put(detection, autofillIds); in processDetections()