Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
DTunerChannel.java42 public class TunerChannel implements Comparable<TunerChannel>, TvTracksInterface { class
72 private TunerChannel(VctItem channel, int programNumber, List<PmtItem> pmtItems, int type) { in TunerChannel() method in TunerChannel
135 public TunerChannel(VctItem channel, List<PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
139 public TunerChannel(int programNumber, List<PmtItem> pmtItems) { in TunerChannel() method in TunerChannel
143 private TunerChannel(TunerChannelProto tunerChannelProto) { in TunerChannel() method in TunerChannel