Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1888 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()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java272 public @Nullable ArrayList<String> getAutofillDatatypes() { in getAutofillDatatypes() method in Dataset
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2832 method @Nullable public java.util.ArrayList<java.lang.String> getAutofillDatatypes();