Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java430 AtomicBoolean handled = new AtomicBoolean(false); in runWithScreenRecording_jobThrowsException_videoFileIsHandled() local
434 () -> sut.runWithScreenRecording(job, (video, time) -> handled.set(true))); in runWithScreenRecording_jobThrowsException_videoFileIsHandled()
436 assertThat(handled.get()).isTrue(); in runWithScreenRecording_jobThrowsException_videoFileIsHandled()