Searched refs:hintsToAutofillIdMap (Results 1 – 1 of 1) sorted by relevance
1772 ArrayMap<String, Set<AutofillId>> hintsToAutofillIdMap = in getEligibleSaveInfo() local1774 if (hintsToAutofillIdMap == null || hintsToAutofillIdMap.isEmpty()) { in getEligibleSaveInfo()1781 for (Set<AutofillId> autofillIds: hintsToAutofillIdMap.values()) { in getEligibleSaveInfo()1786 for (Map.Entry<String, Set<AutofillId>> entry: hintsToAutofillIdMap.entrySet()) { in getEligibleSaveInfo()1984 Map<String, Set<AutofillId>> hintsToAutofillIdMap = in computeDatasetsForPccAndUpdateContainer() local2043 if (hintsToAutofillIdMap.containsKey(hint)) { in computeDatasetsForPccAndUpdateContainer()2045 new ArrayList<>(hintsToAutofillIdMap.get(hint)); in computeDatasetsForPccAndUpdateContainer()