Searched refs:MAX_RECORDING_PARTS (Results 1 – 2 of 2) sorted by relevance
118 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()
44 @VisibleForTesting static final int MAX_RECORDING_PARTS = 5; field in ScreenRecordCollector161 for (int i = 1; i <= MAX_RECORDING_PARTS && mContinue; i++) { in run()