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.java230 getRecordingsWithState( in getAvailableScheduledRecordings()
238 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_IN_PROGRESS)); in getStartedRecordings()
244 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_NOT_STARTED)); in getNonStartedScheduledRecordings()
249 return getRecordingsWithState(ScheduledRecording.STATE_RECORDING_FAILED); in getFailedScheduledRecordings()
292 protected abstract List<ScheduledRecording> getRecordingsWithState(int... states); in getRecordingsWithState() method in BaseDvrDataManager
DDvrDataManagerImpl.java539 protected List<ScheduledRecording> getRecordingsWithState(@RecordingState int... states) { in getRecordingsWithState() method in DvrDataManagerImpl
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DDvrDataManagerInMemoryImpl.java311 protected List<ScheduledRecording> getRecordingsWithState(int... states) { in getRecordingsWithState() method in DvrDataManagerInMemoryImpl