Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFatActivity.java74 private ImageView mImportantImage; field in FatActivity
100 mImportantImage = findViewById(R.id.important_image); in onCreate()
131 assertThat(mImportantImage.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_YES); in onCreate()