Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DGenreItems.java25 public static final int ID_ALL_CHANNELS = 0; field in GenreItems
81 return ID_ALL_CHANNELS; in getId()
88 return ID_ALL_CHANNELS; in getId()
DProgram.java400 if (genreId == GenreItems.ID_ALL_CHANNELS) { in hasGenre()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java76 private int mSelectedGenreId = GenreItems.ID_ALL_CHANNELS;
454 mSelectedGenreId = GenreItems.ID_ALL_CHANNELS; in updateChannels()
467 mSelectedGenreId = GenreItems.ID_ALL_CHANNELS; in setChannels()
559 mGenreChannelList.set(GenreItems.ID_ALL_CHANNELS, mChannels); in buildGenreFilters()
567 mSelectedGenreId = GenreItems.ID_ALL_CHANNELS; in buildGenreFilters()
DProgramGuide.java147 private int mLastRequestedGenreId = GenreItems.ID_ALL_CHANNELS;
541 mLastRequestedGenreId = GenreItems.ID_ALL_CHANNELS; in show()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java796 if (genreId == GenreItems.ID_ALL_CHANNELS) { in getCanonicalGenreIds()