Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java400 sut.runWithScreenRecording(job, (video, time) -> {}); in runWithScreenRecording_recordingDidNotStart_jobIsExecuted()
414 sut.runWithScreenRecording(job, (video, time) -> {}); in runWithScreenRecording_recordCommandThrowsException_jobIsExecuted()
434 () -> sut.runWithScreenRecording(job, (video, time) -> handled.set(true))); in runWithScreenRecording_jobThrowsException_videoFileIsHandled()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java135 mDeviceUtils.runWithScreenRecording( in collectScreenRecord()
DDeviceUtils.java212 public void runWithScreenRecording( in runWithScreenRecording() method