Searched refs:mViewWithAutofillHints (Results 1 – 1 of 1) sorted by relevance
90 private MyView mViewWithAutofillHints; field in FatActivity125 mViewWithAutofillHints = (MyView) findViewByAutofillHint(this, "importantAmI"); in onCreate()126 assertThat(mViewWithAutofillHints).isNotNull(); in onCreate()156 assertThat(mViewWithAutofillHints.getImportantForAutofill()) in onCreate()158 assertThat(mViewWithAutofillHints.isImportantForAutofill()).isTrue(); in onCreate()