Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1990 ArrayMap<String, Set<AutofillId>> hintsToAutofillIdMap = in getEligibleSaveInfo() local
1992 if (hintsToAutofillIdMap == null || hintsToAutofillIdMap.isEmpty()) { in getEligibleSaveInfo()
1999 for (Set<AutofillId> autofillIds: hintsToAutofillIdMap.values()) { in getEligibleSaveInfo()
2004 for (Map.Entry<String, Set<AutofillId>> entry: hintsToAutofillIdMap.entrySet()) { in getEligibleSaveInfo()
2202 Map<String, Set<AutofillId>> hintsToAutofillIdMap = in computeDatasetsForPccAndUpdateContainer() local
2261 if (hintsToAutofillIdMap.containsKey(hint)) { in computeDatasetsForPccAndUpdateContainer()
2263 new ArrayList<>(hintsToAutofillIdMap.get(hint)); in computeDatasetsForPccAndUpdateContainer()