Searched refs:recordingId (Results 1 – 6 of 6) sorted by relevance
38 long recordingId = getIntent().getLongExtra(ScheduledRecording.RECORDING_ID_EXTRA, 0); in onCreate() local39 ScheduledRecording scheduledRecording = dvrDataManager.getScheduledRecording(recordingId); in onCreate()
104 ScheduledRecording getScheduledRecording(long recordingId); in getScheduledRecording() argument117 RecordedProgram getRecordedProgram(long recordingId); in getRecordedProgram() argument
234 public ScheduledRecording getScheduledRecording(long recordingId) { in getScheduledRecording() argument236 return mScheduledRecordings.get(recordingId); in getScheduledRecording()252 public RecordedProgram getRecordedProgram(long recordingId) { in getRecordedProgram() argument253 return mRecordedPrograms.get(recordingId); in getRecordedProgram()
200 public RecordedProgram getRecordedProgram(long recordingId) { in getRecordedProgram() argument201 return mRecordedPrograms.get(recordingId); in getRecordedProgram()
502 long recordingId = ContentUris.parseId(recordingUri); in playRecording() local503 mRecordedProgram = mDvrDataManager.getRecordedProgram(recordingId); in playRecording()
252 private Long getDurationForRecording(String recordingId) { in getDurationForRecording() argument268 Log.e(TAG, "meta file for recording was not found: " + recordingId); in getDurationForRecording()