Searched refs:eligibleAutofillIds (Results 1 – 1 of 1) sorted by relevance
2102 Set<AutofillId> eligibleAutofillIds = new LinkedHashSet<>(); in computeDatasetsForProviderAndUpdateContainer() local2175 eligibleAutofillIds.add(id); in computeDatasetsForProviderAndUpdateContainer()2186 container.mAutofillIds = eligibleAutofillIds; in computeDatasetsForProviderAndUpdateContainer()2212 Set<AutofillId> eligibleAutofillIds = new LinkedHashSet<>(); in computeDatasetsForPccAndUpdateContainer() local2269 eligibleAutofillIds.add(autofillId); in computeDatasetsForPccAndUpdateContainer()2286 eligibleAutofillIds.addAll(additionalEligibleAutofillIds); in computeDatasetsForPccAndUpdateContainer()2318 container.mAutofillIds = eligibleAutofillIds; in computeDatasetsForPccAndUpdateContainer()