Searched refs:hintsToAutofillIdMap (Results 1 – 1 of 1) sorted by relevance
1990 ArrayMap<String, Set<AutofillId>> hintsToAutofillIdMap = in getEligibleSaveInfo() local1992 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() local2261 if (hintsToAutofillIdMap.containsKey(hint)) { in computeDatasetsForPccAndUpdateContainer()2263 new ArrayList<>(hintsToAutofillIdMap.get(hint)); in computeDatasetsForPccAndUpdateContainer()