Home
last modified time | relevance | path

Searched defs:currentProgram (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/
H A DProgramDataManagerTest.java146 Program currentProgram = mProgramDataManager.getCurrentProgram(channelId); in testGetPrograms() local
214 Program currentProgram = mProgramDataManager.getCurrentProgram(testChannelId); in testCurrentProgramListener() local
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMediaSessionWrapper.java135 void update(boolean blocked, Channel currentChannel, Program currentProgram) { in update()
194 Program currentProgram, in updatePosterArt()
H A DTimeShiftManager.java342 Program currentProgram = in jumpToNext() local
452 Program currentProgram = getProgramAt(mCurrentPositionMediator.mCurrentPositionMs); in updateCurrentProgram() local
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelCardView.java109 Program currentProgram = in updateProgram() local
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/
H A DRoutineWatchEvaluator.java48 Program currentProgram = cr.getCurrentProgram(); in evaluateChannel() local
97 Program currentProgram, Program watchedProgram, long watchedDurationMs) { in calculateRoutineWatchScore()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/
H A DBrowseAdapter.java96 @NonNull LiveData<ProgramInfo> currentProgram, in BrowseAdapter()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrUiHelper.java468 @Nullable Program currentProgram) { in startSeriesSettingsActivity()
551 @Nullable Program currentProgram) { in startSeriesSettingsActivityInternal()
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramRow.java109 View currentProgram = getCurrentProgramView(); in focusCurrentProgram() local
H A DProgramManager.java541 Program currentProgram = mProgramDataManager.getCurrentProgram(channel.getId()); in buildGenreFilters() local
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java1141 Program currentProgram = mProgramDataManager.getCurrentProgram(mCurrentChannel.getId()); in shouldShowImageForTuning() local
1155 Program currentProgram = mProgramDataManager.getCurrentProgram(mCurrentChannel.getId()); in showImageForTuningIfNeeded() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java534 PsipData.EitItem currentProgram = getCurrentProgram(items); in updateCaptionTracks() local
H A DTunerRecordingSessionWorkerExoV2.java537 PsipData.EitItem currentProgram = getCurrentProgram(items); in updateCaptionTracks() local
H A DTunerSessionWorker.java1006 EitItem currentProgram = getCurrentProgram(); in handleMessageScheduleOfPrograms() local
2055 EitItem currentProgram = getCurrentProgram(); in getContentRatingOfCurrentProgramBlocked() local
H A DTunerSessionWorkerExoV2.java986 EitItem currentProgram = getCurrentProgram(); in handleMessageScheduleOfPrograms() local
1979 EitItem currentProgram = getCurrentProgram(); in getContentRatingOfCurrentProgramBlocked() local
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DProgramDataManager.java506 long channelId, Program currentProgram) { in removePreviousProgramsAndUpdateCurrentProgramInCache()