Searched defs:getRecordingsWithState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
H A DBaseDvrDataManager.java230 getRecordingsWithState(
238 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_IN_PROGRESS));
244 getRecordingsWithState(ScheduledRecording.STATE_RECORDING_NOT_STARTED));
249 return getRecordingsWithState(ScheduledRecording.STATE_RECORDING_FAILED);
292 protected abstract List<ScheduledRecording> getRecordingsWithState(int... states); method in class:BaseDvrDataManager
H A DDvrDataManagerImpl.java477 protected List<ScheduledRecording> getRecordingsWithState(@RecordingState int... states) { method in class:DvrDataManagerImpl
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
H A DDvrDataManagerInMemoryImpl.java315 protected List<ScheduledRecording> getRecordingsWithState(int... states) { method in class:DvrDataManagerInMemoryImpl

Completed in 44 milliseconds