Home
last modified time | relevance | path

Searched defs:TunerChannel (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java35 public class TunerChannel implements Comparable<TunerChannel>, PsipData.TvTracksInterface { class
69 private TunerChannel( in TunerChannel() method in TunerChannel
177 private TunerChannel( in TunerChannel() method in TunerChannel
204 public TunerChannel(PsipData.VctItem channel, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
209 public TunerChannel(int programNumber, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
214 public TunerChannel(PsipData.SdtItem channel, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
218 private TunerChannel(TunerChannelProto tunerChannelProto) { in TunerChannel() method in TunerChannel
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorker.java996 private boolean handleMessageScheduleOfPrograms(Pair<TunerChannel, List<EitItem>> pair) { in handleMessageScheduleOfPrograms()
DTunerSessionWorkerExoV2.java976 private boolean handleMessageScheduleOfPrograms(Pair<TunerChannel, List<EitItem>> pair) { in handleMessageScheduleOfPrograms()