Searched defs:getAllProgramsForChannel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java358 mListener.onRequestProgramsResponse(channel, getAllProgramsForChannel(channel));
389 List<EitItem> oldItems = getAllProgramsForChannel(channel, currentTime,
665 private List<EitItem> getAllProgramsForChannel(TunerChannel channel) { method in class:ChannelDataManager
666 return getAllProgramsForChannel(channel, null, null);
669 private List<EitItem> getAllProgramsForChannel(TunerChannel channel, @Nullable Long startTimeMs, method in class:ChannelDataManager

Completed in 27 milliseconds