Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramItemViewTest.java133 private ProgramItemView mPprogramItemView; field in ProgramItemViewTest
145 mPprogramItemView = in setup()
154 assertThat(mPprogramItemView).hasEmptyText(); in initialState()
160 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_noProgram()
161 assertThat(mPprogramItemView).hasText("a gap"); in setValue_noProgram()
162 assertThat(mPprogramItemView).hasContentDescription("1 a gap 8:00 – 9:00 PM"); in setValue_noProgram()
169 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programNoTitle()
170 assertThat(mPprogramItemView).hasText("No information"); in setValue_programNoTitle()
171 assertThat(mPprogramItemView).hasContentDescription("1 No information 8:00 – 9:00 PM"); in setValue_programNoTitle()
179 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programTitle()
[all …]