Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2102 Set<AutofillId> eligibleAutofillIds = new LinkedHashSet<>(); in computeDatasetsForProviderAndUpdateContainer() local
2175 eligibleAutofillIds.add(id); in computeDatasetsForProviderAndUpdateContainer()
2186 container.mAutofillIds = eligibleAutofillIds; in computeDatasetsForProviderAndUpdateContainer()
2212 Set<AutofillId> eligibleAutofillIds = new LinkedHashSet<>(); in computeDatasetsForPccAndUpdateContainer() local
2269 eligibleAutofillIds.add(autofillId); in computeDatasetsForPccAndUpdateContainer()
2286 eligibleAutofillIds.addAll(additionalEligibleAutofillIds); in computeDatasetsForPccAndUpdateContainer()
2318 container.mAutofillIds = eligibleAutofillIds; in computeDatasetsForPccAndUpdateContainer()