Searched defs:recordedProgramId (Results 1 – 7 of 7) sorted by relevance
67 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()
510 public void removeRecordedProgram(long recordedProgramId, boolean deleteFile) { in removeRecordedProgram()
105 Long recordedProgramId = getRecording().getRecordedProgramId(); in onCreateActionsAdapter() local
86 long recordedProgramId = args.getLong(DetailsActivity.RECORDING_ID); in onLoadRecordingDetails() local
64 public void onWatchedPositionChanged(long recordedProgramId, long positionMs) { in onWatchedPositionChanged()
81 long recordedProgramId = ContentUris.parseId(uri); in createProgramIntent() local
256 public Builder setRecordedProgramId(Long recordedProgramId) { in setRecordedProgramId()660 Long recordedProgramId, in ScheduledRecording()