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.java37 public class TunerChannel implements Comparable<TunerChannel>, PsipData.TvTracksInterface { class
71 private TunerChannel( in TunerChannel() method in TunerChannel
141 private TunerChannel( in TunerChannel() method in TunerChannel
159 public TunerChannel(PsipData.VctItem channel, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
164 public TunerChannel(int programNumber, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
169 public TunerChannel(PsipData.SdtItem channel, List<PsiData.PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
173 private TunerChannel(TunerChannelProto tunerChannelProto) { in TunerChannel() method in TunerChannel
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java955 private boolean handleMessageScheduleOfPrograms(Pair<TunerChannel, List<EitItem>> pair) { in handleMessageScheduleOfPrograms()
DTunerSessionWorker.java945 private boolean handleMessageScheduleOfPrograms(Pair<TunerChannel, List<EitItem>> pair) { in handleMessageScheduleOfPrograms()