Searched refs:mRecordedProgram (Results 1 – 4 of 4) sorted by relevance
44 private RecordedProgram mRecordedProgram; field in RecordedProgramDetailsFragment60 DetailsContent.createFromRecordedProgram(getContext(), mRecordedProgram)); in onCreateInternal() local87 mRecordedProgram = mDvrDataManager.getRecordedProgram(recordedProgramId); in onLoadRecordingDetails()88 return mRecordedProgram != null; in onLoadRecordingDetails()96 if (mDvrWatchedPositionManager.getWatchedStatus(mRecordedProgram) in onCreateActionsAdapter()140 mRecordedProgram, in onCreateOnActionClickedListener() argument142 mRecordedProgram.getId())); in onCreateOnActionClickedListener()152 && DvrManager.isFile(mRecordedProgram.getDataUri())153 && !DvrManager.isFromBundledInput(mRecordedProgram)) {157 dvrManager.removeRecordedProgram(mRecordedProgram, true);[all …]
49 private RecordedProgram mRecordedProgram; field in CurrentRecordingDetailsFragment107 mRecordedProgram = mDvrDataManger.getRecordedProgram(recordedProgramId); in onCreateActionsAdapter()119 if (mRecordedProgram != null && mRecordedProgram.isPartial()) { in onCreateActionsAdapter()120 if (mDvrWatchedPositionManager.getWatchedStatus(mRecordedProgram) in onCreateActionsAdapter()173 mRecordedProgram, in onCreateOnActionClickedListener()175 mRecordedProgram.getId())); in onCreateOnActionClickedListener()177 startPlayback(mRecordedProgram, TvInputManager.TIME_SHIFT_INVALID_TIME); in onCreateOnActionClickedListener()
222 private final RecordedProgram mRecordedProgram; field in DvrPlaybackMediaSessionHelper.ProgramPosterArtCallback228 mRecordedProgram = program; in ProgramPosterArtCallback()234 if (isCurrentProgram(mRecordedProgram)) { in onBitmapLoaded()235 updatePosterArt(mRecordedProgram, mCurrentMetadata, posterArt, null); in onBitmapLoaded()
870 public static boolean isFromBundledInput(RecordedProgram mRecordedProgram) { in isFromBundledInput() argument871 return CommonUtils.isInBundledPackageSet(mRecordedProgram.getPackageName()); in isFromBundledInput()