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

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java985 * not for Assist - see {@link View#getAutofillHints()} for more info.
990 @Nullable public String[] getAutofillHints() { method in class:AssistStructure.ViewNode
2033 + ", hints=" + Arrays.toString(node.getAutofillHints())
/frameworks/base/core/java/android/view/
H A DView.java7502 structure.setAutofillHints(getAutofillHints());
7771 @Nullable public String[] getAutofillHints() { method in class:View

Completed in 83 milliseconds