Searched refs:getEpisodeContentDescription (Results 1 – 4 of 4) sorted by relevance
173 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()
57 public String getEpisodeContentDescription(Context context) { in getEpisodeContentDescription() method in BaseProgramImpl
72 String getEpisodeContentDescription(Context context); in getEpisodeContentDescription() method
419 String episodeDescription = program.getEpisodeContentDescription(getContext()); in updateContentDescription()