Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A 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()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A 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()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A 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()
H A DTunerRecordingSessionWorkerExoV2.java164 private Uri mRecordedProgramUri; field in TunerRecordingSessionWorkerExoV2
356 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in handleMessage()
488 mRecordedProgramUri = in doStartRecording()
496 if (mRecordedProgramUri == null) { in doStartRecording()
502 mSession.onRecordingUri(mRecordedProgramUri.toString()); in doStartRecording()
630 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStateFinished()
634 mSession.onRecordingStatePartial(mRecordedProgramUri); in updateRecordedProgramStatePartial()
638 mContext.getContentResolver().update(mRecordedProgramUri, values, null, null); in updateRecordedProgramStatePartial()
657 mContext.getContentResolver().delete(mRecordedProgramUri, null, null); in onRecordingResult()
668 mSession.onRecordFinished(mRecordedProgramUri); in onRecordingResult()
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvView.java485 mSessionCallback.mRecordedProgramUri = recordedProgramUri; in timeShiftPlay()
1056 Uri mRecordedProgramUri; field in TvView.MySessionCallback
1066 mRecordedProgramUri = recordedProgramUri; in MySessionCallback()
1115 mSession.timeShiftPlay(mRecordedProgramUri); in onSessionCreated()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34595 Landroid/media/tv/TvView$MySessionCallback;->mRecordedProgramUri:Landroid/net/Uri;