HomeSort by relevance Sort by last modified time
    Searched refs:findViewByAutofillHint (Results 1 - 2 of 2) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivity.java 19 import static android.autofillservice.cts.Helper.findViewByAutofillHint;
123 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI");
Helper.java 455 public static View findViewByAutofillHint(Activity activity, String hint) {
457 return findViewByAutofillHint(rootView, hint);
464 public static View findViewByAutofillHint(View view, String hint) {
469 final View child = findViewByAutofillHint(group.getChildAt(i), hint);
    [all...]

Completed in 197 milliseconds