Searched refs:previewProgramId (Results 1 – 2 of 2) sorted by relevance
650 public static Uri buildPreviewProgramUri(long previewProgramId) { in buildPreviewProgramUri() argument651 return ContentUris.withAppendedId(PreviewPrograms.CONTENT_URI, previewProgramId); in buildPreviewProgramUri()
1456 public void notifyPreviewProgramAddedToWatchNext(String packageName, long previewProgramId, in notifyPreviewProgramAddedToWatchNext() argument1460 intent.putExtra(TvContract.EXTRA_PREVIEW_PROGRAM_ID, previewProgramId); in notifyPreviewProgramAddedToWatchNext()