Home
last modified time | relevance | path

Searched refs:EXTRA_WATCH_NEXT_PROGRAM_ID (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvContract.java194 public static final String EXTRA_WATCH_NEXT_PROGRAM_ID = field in TvContract
H A DTvInputManager.java2154 intent.putExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, programId); in notifyWatchNextProgramBrowsableDisabled()
2174 intent.putExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, watchNextProgramId); in notifyPreviewProgramAddedToWatchNext()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1315 if (intent.getLongExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()
1323 if (intent.getLongExtra(TvContract.EXTRA_WATCH_NEXT_PROGRAM_ID, -1) < 0) { in sendTvInputNotifyIntent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt26888 …field public static final String EXTRA_WATCH_NEXT_PROGRAM_ID = "android.media.tv.extra.WATCH_NEXT_…