Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFatActivity.java19 import static android.autofillservice.cts.Helper.findViewByAutofillHint;
123 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()
DHelper.java379 static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint() method in Helper
381 return findViewByAutofillHint(rootView, hint); in findViewByAutofillHint()
388 static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint() method in Helper
393 final View child = findViewByAutofillHint(group.getChildAt(i), hint); in findViewByAutofillHint()