Searched refs:app1View (Results 1 – 1 of 1) sorted by relevance
130 final View app1View = mAppEntitiesHeaderView.findViewById(R.id.app1_view); in setAppEntity_addAppToIndex0_shouldShowAppView1() local131 final ImageView appIconView = app1View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex0_shouldShowAppView1()132 final TextView appTitle = app1View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex0_shouldShowAppView1()133 final TextView appSummary = app1View.findViewById(R.id.app_summary); in setAppEntity_addAppToIndex0_shouldShowAppView1()135 assertThat(app1View.getVisibility()).isEqualTo(View.VISIBLE); in setAppEntity_addAppToIndex0_shouldShowAppView1()136 assertThat(app1View.hasOnClickListeners()).isTrue(); in setAppEntity_addAppToIndex0_shouldShowAppView1()176 final View app1View = mAppEntitiesHeaderView.findViewById(R.id.app1_view); in removeAppEntity_removeIndex0_shouldNotShowAppView1() local179 assertThat(app1View.getVisibility()).isEqualTo(View.VISIBLE); in removeAppEntity_removeIndex0_shouldNotShowAppView1()184 assertThat(app1View.getVisibility()).isEqualTo(View.GONE); in removeAppEntity_removeIndex0_shouldNotShowAppView1()195 final View app1View = mAppEntitiesHeaderView.findViewById(R.id.app1_view); in clearAllAppEntities_shouldNotShowAllAppViews() local[all …]