OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecordingTestUtils
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
RecordingTestUtils.java
26
public final class
RecordingTestUtils
{
77
private
RecordingTestUtils
() { }
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/
ScheduledRecordingTest.java
19
import static com.android.tv.testing.dvr.
RecordingTestUtils
21
import static com.android.tv.testing.dvr.
RecordingTestUtils
.normalizePriority;
29
import com.android.tv.testing.dvr.
RecordingTestUtils
;
80
RecordingTestUtils
.assertRecordingEquals(expected, actual);
DvrScheduleManagerTest.java
23
import com.android.tv.testing.dvr.
RecordingTestUtils
;
50
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
54
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
58
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
62
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
66
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
77
schedules.add(
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
80
schedules.add(0,
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(++channelId,
90
ScheduledRecording r1 =
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod(
95
ScheduledRecording r2 =
RecordingTestUtils
.createTestRecordingWithPriorityAndPeriod
[
all
...]
InputTaskSchedulerTest.java
42
import com.android.tv.testing.dvr.
RecordingTestUtils
;
111
ScheduledRecording r =
RecordingTestUtils
.createTestRecordingWithPeriod(INPUT_ID,
122
mScheduler.handleAddSchedule(
RecordingTestUtils
.createTestRecordingWithPeriod(INPUT_ID,
134
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
140
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
156
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
162
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
180
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
186
RecordingTestUtils
.createTestRecordingWithIdAndPriorityAndPeriod(++id, CHANNEL_ID,
197
ScheduledRecording r =
RecordingTestUtils
.createTestRecordingWithPeriod(INPUT_ID
[
all
...]
Completed in 101 milliseconds