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

/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DPreviewChannel.java56 public class PreviewChannel { class
58 private static final String TAG = "PreviewChannel";
74 private PreviewChannel(Builder builder) { method in class:PreviewChannel
83 * PreviewChannel Java object. You never need to use this method unless you want to convert
84 * database rows to PreviewChannel objects yourself.
87 * .PreviewChannel.Columns#PROJECTION}. This way, all indices are known
91 * @return a PreviewChannel whose values come from the cursor row
93 public static PreviewChannel fromCursor(Cursor cursor) {
261 if (!(other instanceof PreviewChannel)) {
264 return mValues.equals(((PreviewChannel) othe
[all...]

Completed in 37 milliseconds