Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1772 ArrayMap<String, Set<AutofillId>> hintsToAutofillIdMap = in getEligibleSaveInfo() local
1774 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() local
2043 if (hintsToAutofillIdMap.containsKey(hint)) { in computeDatasetsForPccAndUpdateContainer()
2045 new ArrayList<>(hintsToAutofillIdMap.get(hint)); in computeDatasetsForPccAndUpdateContainer()