Home
last modified time | relevance | path

Searched refs:RecordingTestUtils (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DDvrDataManagerImplTest.java21 import com.android.tv.testing.dvr.RecordingTestUtils;
39 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
43 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
48 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
55 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
57 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
59 scheduledRecordings.add(RecordingTestUtils in testGetNextScheduledStartTimeAfter()
DScheduledRecordingTest.java19 import static com.android.tv.testing.dvr.RecordingTestUtils.createTestRecordingWithIdAndPeriod;
20 import static com.android.tv.testing.dvr.RecordingTestUtils.normalizePriority;
28 import com.android.tv.testing.dvr.RecordingTestUtils;
74 RecordingTestUtils.assertRecordingEquals(expected, actual); in testBuildFrom()
DSchedulerTest.java35 import com.android.tv.testing.dvr.RecordingTestUtils;
77 ScheduledRecording r = RecordingTestUtils in testUpdate_nextIn12Hours()
91 ScheduledRecording r = RecordingTestUtils in testStartsWithin()
DBaseDvrDataManagerTest.java25 import com.android.tv.testing.dvr.RecordingTestUtils;
63 return ScheduledRecording.buildFrom(RecordingTestUtils in createNewScheduledRecordingStartingNow()
DScheduledProgramReaperTest.java22 import com.android.tv.testing.dvr.RecordingTestUtils;
104 return RecordingTestUtils.addScheduledRecording(mDvrDataManager, CHANNEL_ID, startTime, in addNewScheduledRecordingForTomorrow()
DRecordingTaskTest.java42 import com.android.tv.testing.dvr.RecordingTestUtils;
141 return RecordingTestUtils.createTestRecordingWithPeriod(c.getId(), startTime, endTime); in createRecording()
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DRecordingTestUtils.java27 public final class RecordingTestUtils { class
66 private RecordingTestUtils() { } in RecordingTestUtils() method in RecordingTestUtils