Home
last modified time | relevance | path

Searched defs:recordedProgramId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
DDvrWatchedPositionManager.java65 public void setWatchedPosition(long recordedProgramId, long positionMs) { in setWatchedPosition()
71 public long getWatchedPosition(long recordedProgramId) { in getWatchedPosition()
90 public void addListener(WatchedPositionChangedListener listener, long recordedProgramId) { in addListener()
110 public void removeListener(WatchedPositionChangedListener listener, long recordedProgramId) { in removeListener()
121 private void notifyWatchedPositionChanged(long recordedProgramId, long positionMs) { in notifyWatchedPositionChanged()
133 void onWatchedPositionChanged(long recordedProgramId, long positionMs); in onWatchedPositionChanged()
DDvrManager.java489 public void removeRecordedProgram(long recordedProgramId, boolean deleteFile) { in removeRecordedProgram()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java104 Long recordedProgramId = getRecording().getRecordedProgramId(); in onCreateActionsAdapter() local
DRecordedProgramDetailsFragment.java86 long recordedProgramId = args.getLong(DetailsActivity.RECORDING_ID); in onLoadRecordingDetails() local
DSeriesRecordingPresenter.java64 public void onWatchedPositionChanged(long recordedProgramId, long positionMs) { in onWatchedPositionChanged()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackActivity.java78 long recordedProgramId = ContentUris.parseId(uri); in createProgramIntent() local
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java249 public Builder setRecordedProgramId(Long recordedProgramId) { in setRecordedProgramId()
546 Long recordedProgramId, in ScheduledRecording()