Home
last modified time | relevance | path

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

/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DAudioTestHarnessImplTests.java76 @Mock AudioCaptureSession mAudioCaptureSession; field in AudioTestHarnessImplTests
120 return mAudioCaptureSession; in setUp()
148 return mAudioCaptureSession; in capture_callsStopOnSessionWhenCanceled()
163 .when(mAudioCaptureSession) in capture_callsStopOnSessionWhenCanceled()
184 verify(mAudioCaptureSession).stop(); in capture_callsStopOnSessionWhenCanceled()
190 verify(mAudioCaptureSession).start(); in capture_properlyStartsCaptureSession()
213 .thenReturn(mAudioCaptureSession); in capture_throwsProperStatusException_failureToStartCapturer()
214 doThrow(new IOException("Capturer Start Failure!")).when(mAudioCaptureSession).start(); in capture_throwsProperStatusException_failureToStartCapturer()