Searched refs:getAutofillDatatypes (Results 1 – 3 of 3) sorted by relevance
1888 if (dataset.getAutofillDatatypes() != null in computeDatasetsForProviderAndUpdateContainer()1889 && !dataset.getAutofillDatatypes().isEmpty()) { in computeDatasetsForProviderAndUpdateContainer()2000 if (dataset.getAutofillDatatypes() == null in computeDatasetsForPccAndUpdateContainer()2001 || dataset.getAutofillDatatypes().isEmpty()) continue; in computeDatasetsForPccAndUpdateContainer()2016 for (int j = 0; j < dataset.getAutofillDatatypes().size(); j++) { in computeDatasetsForPccAndUpdateContainer()2017 if (dataset.getAutofillDatatypes().get(j) == null) { in computeDatasetsForPccAndUpdateContainer()2041 String hint = dataset.getAutofillDatatypes().get(j); in computeDatasetsForPccAndUpdateContainer()
272 public @Nullable ArrayList<String> getAutofillDatatypes() { in getAutofillDatatypes() method in Dataset
2832 method @Nullable public java.util.ArrayList<java.lang.String> getAutofillDatatypes();