Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java145 final View app2View = mAppEntitiesHeaderView.findViewById(R.id.app2_view); in setAppEntity_addAppToIndex1_shouldShowAppView2() local
146 final ImageView appIconView = app2View.findViewById(R.id.app_icon); in setAppEntity_addAppToIndex1_shouldShowAppView2()
147 final TextView appTitle = app2View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex1_shouldShowAppView2()
148 final TextView appSummary = app2View.findViewById(R.id.app_summary); in setAppEntity_addAppToIndex1_shouldShowAppView2()
150 assertThat(app2View.getVisibility()).isEqualTo(View.VISIBLE); in setAppEntity_addAppToIndex1_shouldShowAppView2()
151 assertThat(app2View.hasOnClickListeners()).isTrue(); in setAppEntity_addAppToIndex1_shouldShowAppView2()
177 final View app2View = mAppEntitiesHeaderView.findViewById(R.id.app2_view); in removeAppEntity_removeIndex0_shouldNotShowAppView1() local
180 assertThat(app2View.getVisibility()).isEqualTo(View.VISIBLE); in removeAppEntity_removeIndex0_shouldNotShowAppView1()
185 assertThat(app2View.getVisibility()).isEqualTo(View.VISIBLE); in removeAppEntity_removeIndex0_shouldNotShowAppView1()
196 final View app2View = mAppEntitiesHeaderView.findViewById(R.id.app2_view); in clearAllAppEntities_shouldNotShowAllAppViews() local
[all …]