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.java67 public void setWatchedPosition(long recordedProgramId, long positionMs) { in setWatchedPosition()
73 public long getWatchedPosition(long recordedProgramId) { in getWatchedPosition()
92 public void addListener(WatchedPositionChangedListener listener, long recordedProgramId) { in addListener()
112 public void removeListener(WatchedPositionChangedListener listener, long recordedProgramId) { in removeListener()
123 private void notifyWatchedPositionChanged(long recordedProgramId, long positionMs) { in notifyWatchedPositionChanged()
135 void onWatchedPositionChanged(long recordedProgramId, long positionMs); in onWatchedPositionChanged()
DDvrManager.java510 public void removeRecordedProgram(long recordedProgramId, boolean deleteFile) { in removeRecordedProgram()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DCurrentRecordingDetailsFragment.java105 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.java81 long recordedProgramId = ContentUris.parseId(uri); in createProgramIntent() local
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java256 public Builder setRecordedProgramId(Long recordedProgramId) { in setRecordedProgramId()
660 Long recordedProgramId, in ScheduledRecording()