Searched refs:mRecordedProgram (Results 1 – 1 of 1) sorted by relevance
118 private RecordedProgram mRecordedProgram; field in TunableTvView447 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()