Home
last modified time | relevance | path

Searched refs:MAX_RECORDING_PARTS (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DScreenRecordCollectorTest.java118 for (int r = 2; r < ScreenRecordCollector.MAX_RECORDING_PARTS; r++) { in testScreenRecord()
155 assertEquals(NUM_TEST_CASE * ScreenRecordCollector.MAX_RECORDING_PARTS, videoCount); in testScreenRecord()
178 .verify(mDevice, times(ScreenRecordCollector.MAX_RECORDING_PARTS)) in testScreenRecord_multipleTests()
186 for (int p = 2; p <= ScreenRecordCollector.MAX_RECORDING_PARTS; p++) { in testScreenRecord_multipleTests()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScreenRecordCollector.java44 @VisibleForTesting static final int MAX_RECORDING_PARTS = 5; field in ScreenRecordCollector
161 for (int i = 1; i <= MAX_RECORDING_PARTS && mContinue; i++) { in run()