Searched defs:autofillHints (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java5163 "Could not resolve autofillHints");
9503 * @param autofillHints The autofill hints to set. If the array is emtpy, {@code null} is set.
9506 public void setAutofillHints(@Nullable String... autofillHints) { argument
9507 if (autofillHints == null || autofillHints.length == 0) {
9510 mAutofillHints = autofillHints;

Completed in 71 milliseconds