HomeSort by relevance Sort by last modified time
    Searched refs:recordedProgramUri (Results 1 - 23 of 23) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerRecordingSession.java 89 public void onRecordFinished(final Uri recordedProgramUri) {
93 notifyRecordingStopped(recordedProgramUri);
  /frameworks/base/media/java/android/media/tv/
ITvInputSessionCallback.aidl 46 void onRecordingStopped(in Uri recordedProgramUri);
ITvInputClient.aidl 49 void onRecordingStopped(in Uri recordedProgramUri, int seq);
ITvInputSession.aidl 51 void timeShiftPlay(in Uri recordedProgramUri);
TvRecordingClient.java 261 * @param recordedProgramUri The URI for the newly recorded program.
263 public void onRecordingStopped(Uri recordedProgramUri) {
365 public void onRecordingStopped(TvInputManager.Session session, Uri recordedProgramUri) {
367 Log.d(TAG, "onRecordingStopped(recordedProgramUri= " + recordedProgramUri + ")");
374 mCallback.onRecordingStopped(recordedProgramUri);
TvView.java 469 * @param recordedProgramUri The URI of a recorded program.
471 public void timeShiftPlay(String inputId, Uri recordedProgramUri) {
472 if (DEBUG) Log.d(TAG, "timeShiftPlay(" + recordedProgramUri + ")");
483 mSession.timeShiftPlay(recordedProgramUri);
485 mSessionCallback.mRecordedProgramUri = recordedProgramUri;
489 mSessionCallback = new MySessionCallback(inputId, recordedProgramUri);
    [all...]
ITvInputSessionWrapper.java 322 public void timeShiftPlay(Uri recordedProgramUri) {
324 DO_TIME_SHIFT_PLAY, recordedProgramUri));
ITvInputManager.aidl 83 void timeShiftPlay(in IBinder sessionToken, in Uri recordedProgramUri, int userId);
TvInputManager.java 533 * @param recordedProgramUri The URI for the newly recorded program.
535 void onRecordingStopped(Session session, Uri recordedProgramUri) {
708 void postRecordingStopped(final Uri recordedProgramUri) {
712 mSessionCallback.onRecordingStopped(mSession, recordedProgramUri);
    [all...]
TvInputService.java     [all...]
  /packages/apps/TV/src/com/android/tv/data/
PreviewProgramContent.java 90 Uri recordedProgramUri = TvContractCompat.buildRecordedProgramUri(recordedProgram.getId());
98 .setIntentUri(recordedProgramUri)
101 recordedProgramUri,
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingTask.java 226 public void onRecordingStopped(Uri recordedProgramUri) {
228 Log.i(TAG, "Recording Stopped: stored as " + recordedProgramUri);
232 mRecordedProgramUri = recordedProgramUri;
  /packages/apps/TV/src/com/android/tv/
InputSessionManager.java 353 public void timeShiftPlay(String inputId, Uri recordedProgramUri) {
356 mTvView.timeShiftPlay(inputId, recordedProgramUri);
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java     [all...]
TvContractTest.java     [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 487 public void removeRecordedProgram(Uri recordedProgramUri) {
491 removeRecordedProgram(ContentUris.parseId(recordedProgramUri));
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java     [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java     [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 946 milliseconds