Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAppEntitiesHeaderControllerTest.java132 final TextView appTitle = app1View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex0_shouldShowAppView1() local
138 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex0_shouldShowAppView1()
147 final TextView appTitle = app2View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex1_shouldShowAppView2() local
153 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex1_shouldShowAppView2()
162 final TextView appTitle = app3View.findViewById(R.id.app_title); in setAppEntity_addAppToIndex2_shouldShowAppView3() local
168 assertThat(appTitle.getText()).isEqualTo(TITLE); in setAppEntity_addAppToIndex2_shouldShowAppView3()