Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java131 final ImageView appIconView = app1View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex0_shouldShowAppView1() local
137 assertThat(appIconView.getDrawable()).isNotNull(); in setAppEntity_addAppToIndex0_shouldShowAppView1()
146 final ImageView appIconView = app2View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex1_shouldShowAppView2() local
152 assertThat(appIconView.getDrawable()).isNotNull(); in setAppEntity_addAppToIndex1_shouldShowAppView2()
161 final ImageView appIconView = app3View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex2_shouldShowAppView3() local
167 assertThat(appIconView.getDrawable()).isNotNull(); in setAppEntity_addAppToIndex2_shouldShowAppView3()