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

/packages/apps/TV/src/com/android/tv/data/
H A DChannel.java49 public final class Channel { class
50 private static final String TAG = "Channel";
77 // Columns must match what is read in Channel.fromCursor()
93 // Columns should match what is read in Channel.fromCursor()
112 * Creates {@code Channel} object from cursor.
117 public static Channel fromCursor(Cursor cursor) {
119 Channel channel = new Channel();
142 * Creates a {@link Channel} object from the DVR database.
144 public static Channel fromDvrCurso
179 private Channel() { method in class:Channel
[all...]

Completed in 65 milliseconds