Searched defs:notifyRecordingStopped (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1576 public void notifyRecordingStopped(final Uri recordedProgramUri) { method in class:TvInputService.RecordingSession
1582 if (DEBUG) Log.d(TAG, "notifyRecordingStopped");
1587 Log.w(TAG, "error in notifyRecordingStopped", e);
1600 * {@link #notifyRecordingStopped(Uri)} if a partially recorded but still playable program
1718 * recorded program and call {@link #notifyRecordingStopped(Uri)} with the URI to that

Completed in 68 milliseconds