Searched refs:findViewByAutofillHint (Results 1 – 2 of 2) sorted by relevance
19 import static android.autofillservice.cts.Helper.findViewByAutofillHint;123 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()
379 static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint() method in Helper381 return findViewByAutofillHint(rootView, hint); in findViewByAutofillHint()388 static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint() method in Helper393 final View child = findViewByAutofillHint(group.getChildAt(i), hint); in findViewByAutofillHint()