Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java160 final View app3View = mAppEntitiesHeaderView.findViewById(R.id.app3_view); in setAppEntity_addAppToIndex2_shouldShowAppView3() local
161 final ImageView appIconView = app3View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex2_shouldShowAppView3()
162 final TextView appTitle = app3View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex2_shouldShowAppView3()
163 final TextView appSummary = app3View.findViewById(R.id.app_summary); in setAppEntity_addAppToIndex2_shouldShowAppView3()
165 assertThat(app3View.getVisibility()).isEqualTo(View.VISIBLE); in setAppEntity_addAppToIndex2_shouldShowAppView3()
166 assertThat(app3View.hasOnClickListeners()).isTrue(); in setAppEntity_addAppToIndex2_shouldShowAppView3()
197 final View app3View = mAppEntitiesHeaderView.findViewById(R.id.app3_view); in clearAllAppEntities_shouldNotShowAllAppViews() local
201 assertThat(app3View.getVisibility()).isEqualTo(View.VISIBLE); in clearAllAppEntities_shouldNotShowAllAppViews()