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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedAction.java853 public String[] getAutofillHints() { method in class:GuidedAction
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1016 * not for Assist - see {@link View#getAutofillHints()} for more info.
1021 @Nullable public String[] getAutofillHints() { method in class:AssistStructure.ViewNode
2173 + ", hints=" + Arrays.toString(node.getAutofillHints())
/frameworks/base/core/java/android/view/
H A DView.java7894 structure.setAutofillHints(getAutofillHints());
8285 @Nullable public String[] getAutofillHints() { method in class:View
8473 if (getAutofillHints() != null) {
[all...]

Completed in 509 milliseconds