Searched refs:RecordingTestUtils (Results 1 – 7 of 7) sorted by relevance
21 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()
19 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()
35 import com.android.tv.testing.dvr.RecordingTestUtils;77 ScheduledRecording r = RecordingTestUtils in testUpdate_nextIn12Hours()91 ScheduledRecording r = RecordingTestUtils in testStartsWithin()
25 import com.android.tv.testing.dvr.RecordingTestUtils;63 return ScheduledRecording.buildFrom(RecordingTestUtils in createNewScheduledRecordingStartingNow()
22 import com.android.tv.testing.dvr.RecordingTestUtils;104 return RecordingTestUtils.addScheduledRecording(mDvrDataManager, CHANNEL_ID, startTime, in addNewScheduledRecordingForTomorrow()
42 import com.android.tv.testing.dvr.RecordingTestUtils;141 return RecordingTestUtils.createTestRecordingWithPeriod(c.getId(), startTime, endTime); in createRecording()
27 public final class RecordingTestUtils { class66 private RecordingTestUtils() { } in RecordingTestUtils() method in RecordingTestUtils