Searched refs:TvContract (Results 1 – 9 of 9) sorted by relevance
54 import android.media.tv.TvContract;968 case TvContract.ACTION_PREVIEW_PROGRAM_BROWSABLE_DISABLED: in sendTvInputNotifyIntent()969 if (intent.getLongExtra(TvContract.EXTRA_PREVIEW_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()973 case TvContract.ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED: in sendTvInputNotifyIntent()974 if (intent.getLongExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()978 case TvContract.ACTION_PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT: in sendTvInputNotifyIntent()979 if (intent.getLongExtra(TvContract.EXTRA_PREVIEW_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()982 if (intent.getLongExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()1375 if (TvContract.isChannelUriForPassthroughInput(channelUri)) { in tune()1989 Intent intent = new Intent(TvContract.ACTION_CHANNEL_BROWSABLE_REQUESTED); in requestChannelBrowsable()[all …]
1415 intent.setAction(TvContract.ACTION_PREVIEW_PROGRAM_BROWSABLE_DISABLED); in notifyPreviewProgramBrowsableDisabled()1416 intent.putExtra(TvContract.EXTRA_PREVIEW_PROGRAM_ID, programId); in notifyPreviewProgramBrowsableDisabled()1434 intent.setAction(TvContract.ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED); in notifyWatchNextProgramBrowsableDisabled()1435 intent.putExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, programId); in notifyWatchNextProgramBrowsableDisabled()1453 intent.setAction(TvContract.ACTION_PREVIEW_PROGRAM_ADDED_TO_WATCH_NEXT); in notifyPreviewProgramAddedToWatchNext()1454 intent.putExtra(TvContract.EXTRA_PREVIEW_PROGRAM_ID, previewProgramId); in notifyPreviewProgramAddedToWatchNext()1455 intent.putExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, watchNextProgramId); in notifyPreviewProgramAddedToWatchNext()
63 public final class TvContract { class759 private TvContract() {} in TvContract() method in TvContract
1866 session.tune(TvContract.buildChannelUriForPassthroughInput(
33 import android.media.tv.TvContract;1157 TvContract.buildChannelUriForPassthroughInput(uri)) in switchToTvInput()
44488 Landroid/media/tv/TvContract$Channels$Logo;-><init>()V44489 Landroid/media/tv/TvContract$Channels$ServiceType;44490 Landroid/media/tv/TvContract$Channels$Type;44491 Landroid/media/tv/TvContract$Channels$VideoFormat;44492 Landroid/media/tv/TvContract$Channels$VideoResolution;44493 Landroid/media/tv/TvContract$Channels;-><init>()V44494 Landroid/media/tv/TvContract$Channels;->VIDEO_FORMAT_TO_RESOLUTION_MAP:Ljava/util/Map;44495 Landroid/media/tv/TvContract$PreviewProgramColumns$AspectRatio;44496 Landroid/media/tv/TvContract$PreviewProgramColumns$Availability;44497 Landroid/media/tv/TvContract$PreviewProgramColumns$InteractionType;[all …]
3768 public final class TvContract {3789 …public static final class TvContract.WatchedPrograms implements android.media.tv.TvContract.BaseTv…
27512 public final class TvContract {27546 public static interface TvContract.BaseTvColumns extends android.provider.BaseColumns {27550 …public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns…27629 public static final class TvContract.Channels.Logo {27633 …public static final class TvContract.PreviewPrograms implements android.media.tv.TvContract.BaseTv…27716 …public static final class TvContract.Programs implements android.media.tv.TvContract.BaseTvColumns…27756 public static final class TvContract.Programs.Genres {27779 …public static final class TvContract.RecordedPrograms implements android.media.tv.TvContract.BaseT…27821 …public static final class TvContract.WatchNextPrograms implements android.media.tv.TvContract.Base…
16482 public final class TvContract {16497 …public static abstract interface TvContract.BaseTvColumns implements android.provider.BaseColumns {16501 …public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns…16565 public static final class TvContract.Channels.Logo {16569 …public static final class TvContract.Programs implements android.media.tv.TvContract.BaseTvColumns…16594 public static final class TvContract.Programs.Genres {