Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java118 private RecordedProgram mRecordedProgram; field in TunableTvView
447 mRecordedProgram = null; in reset()
481 return mRecordedProgram != null; in isRecordingPlayback()
488 return mRecordedProgram; in getPlayingRecordedProgram()
503 mRecordedProgram = mDvrDataManager.getRecordedProgram(recordingId); in playRecording()
504 if (mRecordedProgram == null) { in playRecording()
508 String inputId = mRecordedProgram.getInputId(); in playRecording()
515 mCurrentChannel = mChannelDataManager.getChannel(mRecordedProgram.getChannelId()); in playRecording()
582 mRecordedProgram = null; in tuneTo()