Searched refs:mAudioCaptureSession (Results 1 – 1 of 1) sorted by relevance
76 @Mock AudioCaptureSession mAudioCaptureSession; field in AudioTestHarnessImplTests120 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()