Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java163 private Uri mRecordedProgramUri; field in TunerRecordingSessionWorker
358 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in handleMessage()
485 mRecordedProgramUri = in doStartRecording()
493 if (mRecordedProgramUri == null) { in doStartRecording()
499 mSession.onRecordingUri(mRecordedProgramUri.toString()); in doStartRecording()
627 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStateFinished()
631 mSession.onRecordingStatePartial(mRecordedProgramUri); in updateRecordedProgramStatePartial()
635 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStatePartial()
654 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in onRecordingResult()
665 mSession.onRecordFinished(mRecordedProgramUri); in onRecordingResult()
DTunerRecordingSessionWorkerExoV2.java163 private Uri mRecordedProgramUri; field in TunerRecordingSessionWorkerExoV2
358 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in handleMessage()
485 mRecordedProgramUri = in doStartRecording()
493 if (mRecordedProgramUri == null) { in doStartRecording()
499 mSession.onRecordingUri(mRecordedProgramUri.toString()); in doStartRecording()
627 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStateFinished()
631 mSession.onRecordingStatePartial(mRecordedProgramUri); in updateRecordedProgramStatePartial()
635 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStatePartial()
654 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in onRecordingResult()
665 mSession.onRecordFinished(mRecordedProgramUri); in onRecordingResult()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrTvView.java42 private Uri mRecordedProgramUri; field in DvrTvView
76 if (mInputId != null && mRecordedProgramUri != null) { in timeShiftPlay()
77 mTvView.timeShiftPlay(mInputId, mRecordedProgramUri); in timeShiftPlay()
83 mRecordedProgramUri = recordedProgramUri; in timeShiftPlay()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java132 private Uri mRecordedProgramUri; field in RecordingTask
242 mRecordedProgramUri = recordedProgramUri; in onRecordingStopped()
498 mRecordedProgramUri = Uri.parse(recordedProgramUri); in addRecordedProgramId()
499 long id = ContentUris.parseId(mRecordedProgramUri); in addRecordedProgramId()
509 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in addRecordedProgramId()
599 if (mRecordedProgramUri != null) { in removeRecordedProgram()
600 mDvrManager.removeRecordedProgram(mRecordedProgramUri, true); in removeRecordedProgram()