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