Searched refs:recordedProgramUri (Results 1 – 10 of 10) sorted by relevance
192 Uri recordedProgramUri = TvContractCompat.buildRecordedProgramUri(FAKE_PROGRAM_ID); in createPreviewProgram_fromRecordedProgram() local206 assertThat(previewProgram.getIntentUri()).isEqualTo(recordedProgramUri); in createPreviewProgram_fromRecordedProgram()210 recordedProgramUri, in createPreviewProgram_fromRecordedProgram()212 assertThat(previewProgram.getContentId()).isEqualTo(recordedProgramUri.toString()); in createPreviewProgram_fromRecordedProgram()
81 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { in timeShiftPlay() argument83 mRecordedProgramUri = recordedProgramUri; in timeShiftPlay()84 mSession.timeShiftPlay(inputId, recordedProgramUri); in timeShiftPlay()
502 public void removeRecordedProgram(Uri recordedProgramUri, boolean deleteFile) { in removeRecordedProgram() argument506 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()
94 Uri recordedProgramUri = TvContractCompat.buildRecordedProgramUri(recordedProgram.getId()); in createFromRecordedProgram() local102 .setIntentUri(recordedProgramUri) in createFromRecordedProgram()105 recordedProgramUri, in createFromRecordedProgram()
120 public void onRecordFinished(final Uri recordedProgramUri) { in onRecordFinished() argument125 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()
1505 Uri recordedProgramUri = TvContract.buildRecordedProgramUri(rowId); in insertRecordedProgram() local1506 notifyChange(recordedProgramUri); in insertRecordedProgram()1507 return recordedProgramUri; in insertRecordedProgram()