Searched refs:recordedProgramUri (Results 1 - 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSession.java92 public void onRecordFinished(final Uri recordedProgramUri) { argument
96 notifyRecordingStopped(recordedProgramUri);
/packages/apps/TV/src/com/android/tv/data/
H A DPreviewProgramContent.java83 Uri recordedProgramUri = TvContract.buildRecordedProgramUri(recordedProgram.getId());
91 .setIntentUri(recordedProgramUri)
93 recordedProgramUri, new Pair<>(PARAM_INPUT, recordedProgram.getInputId())))
/packages/apps/TV/src/com/android/tv/
H A DInputSessionManager.java350 public void timeShiftPlay(String inputId, Uri recordedProgramUri) { argument
353 mTvView.timeShiftPlay(inputId, recordedProgramUri);
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingTask.java229 public void onRecordingStopped(Uri recordedProgramUri) { argument
234 mRecordedProgramUri = recordedProgramUri;
/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrManager.java470 public void removeRecordedProgram(Uri recordedProgramUri) { argument
474 removeRecordedProgram(ContentUris.parseId(recordedProgramUri));
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java1420 Uri recordedProgramUri = TvContract.buildRecordedProgramUri(rowId);
1421 notifyChange(recordedProgramUri);
1422 return recordedProgramUri;

Completed in 141 milliseconds