Searched refs:recordedProgramUri (Results 1 – 8 of 8) sorted by relevance
81 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { in timeShiftPlay() argument83 mRecordedProgramUri = recordedProgramUri; in timeShiftPlay()84 mSession.timeShiftPlay(inputId, recordedProgramUri); in timeShiftPlay()
481 public void removeRecordedProgram(Uri recordedProgramUri, boolean deleteFile) { in removeRecordedProgram() argument485 removeRecordedProgram(ContentUris.parseId(recordedProgramUri), deleteFile); in removeRecordedProgram()
236 public void onRecordingStopped(Uri recordedProgramUri) { in onRecordingStopped() argument238 Log.i(TAG, "Recording Stopped: stored as " + recordedProgramUri); in onRecordingStopped()242 mRecordedProgramUri = recordedProgramUri; in onRecordingStopped()494 private void addRecordedProgramId(String recordedProgramUri) { in addRecordedProgramId() argument498 mRecordedProgramUri = Uri.parse(recordedProgramUri); in addRecordedProgramId()
90 Uri recordedProgramUri = TvContractCompat.buildRecordedProgramUri(recordedProgram.getId()); in createFromRecordedProgram() local98 .setIntentUri(recordedProgramUri) in createFromRecordedProgram()101 recordedProgramUri, in createFromRecordedProgram()
111 public void onRecordFinished(final Uri recordedProgramUri) { in onRecordFinished() argument115 notifyRecordingStopped(recordedProgramUri); in onRecordFinished()
367 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { in timeShiftPlay() argument370 mTvView.timeShiftPlay(inputId, recordedProgramUri); in timeShiftPlay()
1700 Uri recordedProgramUri = TvContractCompat.buildRecordedProgramUri(rowId); in insertRecordedProgram() local1701 notifyChange(recordedProgramUri); in insertRecordedProgram()1702 return recordedProgramUri; in insertRecordedProgram()
1468 Uri recordedProgramUri = TvContract.buildRecordedProgramUri(rowId); in insertRecordedProgram() local1469 notifyChange(recordedProgramUri); in insertRecordedProgram()1470 return recordedProgramUri; in insertRecordedProgram()