Searched refs:mAudioSystemService (Results 1 – 2 of 2) sorted by relevance
50 private final AudioSystemService mAudioSystemService; field in AudioTestHarnessImpl62 mAudioSystemService = audioSystemService; in AudioTestHarnessImpl()82 capturer = mAudioSystemService.createWithDefaultAudioFormat(captureDevice); in capture()
72 @Mock AudioSystemService mAudioSystemService; field in AudioTestHarnessImplTests95 mAudioSystemService, in setUp()109 when(mAudioSystemService.createWithDefaultAudioFormat(any())).thenReturn(mAudioCapturer); in setUp()127 verify(mAudioSystemService) in capture_properlyAllocatesDefaultCapturer()195 when(mAudioSystemService.createWithDefaultAudioFormat(any())) in capture_throwsProperStatusException_failureToOpenCapturer()