Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java133 Consumer<DeviceUtils.DeviceTimestamp> videoStartTimeConsumer) in collectScreenRecord() argument
139 if (videoStartTimeConsumer != null) { in collectScreenRecord()
140 videoStartTimeConsumer.accept(videoStartTimeOnDevice); in collectScreenRecord()