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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
H A DTunerChannel.java42 public class TunerChannel implements Comparable<TunerChannel>, TvTracksInterface { class in inherits:Comparable,TvTracksInterface
43 private static final String TAG = "TunerChannel";
72 private TunerChannel(VctItem channel, int programNumber, List<PmtItem> pmtItems, int type) { method in class:TunerChannel
135 public TunerChannel(VctItem channel, List<PmtItem> pmtItems) { method in class:TunerChannel
139 public TunerChannel(int programNumber, List<PmtItem> pmtItems) { method in class:TunerChannel
143 private TunerChannel(TunerChannelProto tunerChannelProto) { method in class:TunerChannel
147 public static TunerChannel forFile(VctItem channel, List<PmtItem> pmtItems) {
148 return new TunerChannel(channel, 0, pmtItems, Channel.TYPE_FILE);
343 public int compareTo(@NonNull TunerChannel channe
[all...]

Completed in 133 milliseconds