Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java173 assertThat(program.getEpisodeContentDescription(RuntimeEnvironment.application)).isNull(); in getEpisodeContentDescription_blank()
184 assertThat(program.getEpisodeContentDescription(RuntimeEnvironment.application)) in getEpisodeContentDescription_seasonEpisodeAndTitle()
195 assertThat(program.getEpisodeContentDescription(RuntimeEnvironment.application)) in getEpisodeContentDescription_EpisodeAndTitle()
203 assertThat(program.getEpisodeContentDescription(RuntimeEnvironment.application)) in getEpisodeContentDescription_seasonEpisode()
210 assertThat(program.getEpisodeContentDescription(RuntimeEnvironment.application)) in getEpisodeContentDescription_EpisodeTitle()
/packages/apps/TV/src/com/android/tv/data/
DBaseProgramImpl.java57 public String getEpisodeContentDescription(Context context) { in getEpisodeContentDescription() method in BaseProgramImpl
/packages/apps/TV/src/com/android/tv/data/api/
DBaseProgram.java72 String getEpisodeContentDescription(Context context); in getEpisodeContentDescription() method
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java419 String episodeDescription = program.getEpisodeContentDescription(getContext()); in updateContentDescription()