Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java489 public static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint() method in Helper
491 return findViewByAutofillHint(rootView, hint); in findViewByAutofillHint()
498 public static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint() method in Helper
503 final View child = findViewByAutofillHint(group.getChildAt(i), hint); in findViewByAutofillHint()