Home
last modified time | relevance | path

Searched refs:getRecordingsWithState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
DBaseDvrDataManager.java160 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
DDvrDataManagerInMemoryImpl.java206 protected List<ScheduledRecording> getRecordingsWithState(int state) { in getRecordingsWithState() method in DvrDataManagerInMemoryImpl
DDvrDataManagerImpl.java184 protected List<ScheduledRecording> getRecordingsWithState(@RecordingState int state) { in getRecordingsWithState() method in DvrDataManagerImpl