HomeSort by relevance Sort by last modified time
    Searched full:previewchannel (Results 1 - 9 of 9) sorted by null

  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
PreviewChannelTest.java 79 PreviewChannel.Builder builder = new PreviewChannel.Builder();
83 PreviewChannel emptyChannel = builder.build();
92 PreviewChannel channel = new PreviewChannel.Builder()
115 PreviewChannel channel = createFullyPopulatedPreviewChannel();
116 PreviewChannel clonedChannelFromCursor = PreviewChannel.fromCursor(
120 PreviewChannel clonedChannelFromBuilder = new PreviewChannel.Builder(channel).build()
    [all...]
PreviewChannelHelperTest.java 50 * {@link PreviewChannel PreviewChannels} and {@link PreviewProgram PreviewPrograms} correctly.
285 PreviewChannel.Builder builder = createFullyPopulatedPreviewChannel();
287 PreviewChannel channelFromTvProvider = getPreviewChannel(helper, channelId);
297 PreviewChannel.Builder builder = createFullyPopulatedPreviewChannel();
301 List<PreviewChannel> channels = helper.getAllChannels();
315 PreviewChannel.Builder builder = createFullyPopulatedPreviewChannel();
319 PreviewChannel channelFromTvProvider = getPreviewChannel(helper, channelId);
327 * PreviewChannel channelFromTvProvider = helper.getPreviewChannel(channelId);
333 private PreviewChannel getPreviewChannel(PreviewChannelHelper helper,
336 PreviewChannel channel = null
    [all...]
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
PreviewChannelHelper.java 58 * the classes {@link PreviewChannel} and {@link PreviewProgram} help your app add channels to the
95 * {@link #publishChannel(PreviewChannel) This method} adds the channel to the
107 * {@link #publishChannel(PreviewChannel) this method} and do the following
117 * Creating a PreviewChannel, you may pass to the builder a
118 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case,
119 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To
123 * published channel. You can use it later to get a reference to this published PreviewChannel.
125 public long publishChannel(@NonNull PreviewChannel channel) throws IOException {
151 * {@link #publishChannel(PreviewChannel)} to add the channel to the TvProvider, it
157 * see the documentations for {@link #publishChannel(PreviewChannel)}
    [all...]
PreviewChannel.java 56 public class PreviewChannel {
58 private static final String TAG = "PreviewChannel";
74 private PreviewChannel(Builder builder) {
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) other).mValues)
    [all...]
  /frameworks/support/tv-provider/api/
current.txt 80 public class PreviewChannel {
81 method public static androidx.tvprovider.media.tv.PreviewChannel fromCursor(android.database.Cursor);
96 method public boolean hasAnyUpdatedValues(androidx.tvprovider.media.tv.PreviewChannel);
100 public static final class PreviewChannel.Builder {
101 ctor public PreviewChannel.Builder();
102 ctor public PreviewChannel.Builder(androidx.tvprovider.media.tv.PreviewChannel);
103 method public androidx.tvprovider.media.tv.PreviewChannel build();
104 method public androidx.tvprovider.media.tv.PreviewChannel.Builder setAppLinkIntent(android.content.Intent);
105 method public androidx.tvprovider.media.tv.PreviewChannel.Builder setAppLinkIntentUri(android.net.Uri)
    [all...]
  /frameworks/support/tv-provider/api_legacy/
current.txt 80 public class PreviewChannel {
81 method public static android.support.media.tv.PreviewChannel fromCursor(android.database.Cursor);
96 method public boolean hasAnyUpdatedValues(android.support.media.tv.PreviewChannel);
100 public static final class PreviewChannel.Builder {
101 ctor public PreviewChannel.Builder();
102 ctor public PreviewChannel.Builder(android.support.media.tv.PreviewChannel);
103 method public android.support.media.tv.PreviewChannel build();
104 method public android.support.media.tv.PreviewChannel.Builder setAppLinkIntent(android.content.Intent);
105 method public android.support.media.tv.PreviewChannel.Builder setAppLinkIntentUri(android.net.Uri)
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
PreviewDataManager.java 234 android.support.media.tv.Channel previewChannel =
236 Long previewChannelType = previewChannel.getInternalProviderFlag1();
239 previewChannelType, previewChannel.getId());
254 android.support.media.tv.Channel previewChannel =
256 Long previewChannelType = previewChannel.getInternalProviderFlag1();
257 if (packageName.equals(previewChannel.getPackageName())
260 previewChannelType, previewChannel.getId());
  /prebuilts/sdk/current/
androidx-api.txt     [all...]
  /frameworks/support/jetifier/jetifier/core/src/main/resources/
default.generated.config     [all...]

Completed in 287 milliseconds