Searched refs:mSpySystemServer (Results 1 – 2 of 2) sorted by relevance
64 @Spy private NoOpSystemServerAdapter mSpySystemServer; field in AudioServiceTest85 mAudioService = new AudioService(mContext, mAudioSystem, mSpySystemServer, in setUp()108 verify(mSpySystemServer, times(1)) in testMuteMicrophone()110 reset(mSpySystemServer); in testMuteMicrophone()133 verify(mSpySystemServer, times(1)) in testMuteMicrophoneWhenFail()135 reset(mSpySystemServer); in testMuteMicrophoneWhenFail()
64 @Spy private SystemServerAdapter mSpySystemServer; field in AudioDeviceBrokerTest75 mSpySystemServer = spy(new NoOpSystemServerAdapter()); in setUp()77 mSpySystemServer, mSpyAudioSystem); in setUp()187 doNothing().when(mSpySystemServer).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()196 verify(mSpySystemServer, times(1)).broadcastStickyIntentToCurrentProfileGroup( in testSetWiredDeviceConnectionState()