Searched refs:mRecordedProgramUri (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrTvView.java | 42 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/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerRecordingSessionWorker.java | 163 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()
|
D | TunerRecordingSessionWorkerExoV2.java | 164 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()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | RecordingTask.java | 132 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()
|