Searched refs:getRecordingsWithState (Results 1 – 3 of 3) sorted by relevance
160 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_IN_PROGRESS)); in getStartedRecordings()166 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_NOT_STARTED)); in getNonStartedScheduledRecordings()169 protected abstract List<ScheduledRecording> getRecordingsWithState(int state); in getRecordingsWithState() method in BaseDvrDataManager
206 protected List<ScheduledRecording> getRecordingsWithState(int state) { in getRecordingsWithState() method in DvrDataManagerInMemoryImpl
184 protected List<ScheduledRecording> getRecordingsWithState(@RecordingState int state) { in getRecordingsWithState() method in DvrDataManagerImpl