Searched refs:runWithScreenRecording (Results 1 – 3 of 3) sorted by relevance
400 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()
135 mDeviceUtils.runWithScreenRecording( in collectScreenRecord()
212 public void runWithScreenRecording( in runWithScreenRecording() method