Loading tests/src/com/android/server/telecom/tests/CallAudioRouteControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -717,7 +717,7 @@ public class CallAudioRouteControllerTest extends TelecomTestCase { new HashSet<>()); verify(mAudioService, timeout(TEST_TIMEOUT)).setMicrophoneMute(eq(true), anyString(), anyInt(), anyString()); verify(mCallsManager, timeout(TEST_TIMEOUT)).onCallAudioStateChanged( verify(mCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( any(CallAudioState.class), eq(expectedState)); } Loading Loading
tests/src/com/android/server/telecom/tests/CallAudioRouteControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -717,7 +717,7 @@ public class CallAudioRouteControllerTest extends TelecomTestCase { new HashSet<>()); verify(mAudioService, timeout(TEST_TIMEOUT)).setMicrophoneMute(eq(true), anyString(), anyInt(), anyString()); verify(mCallsManager, timeout(TEST_TIMEOUT)).onCallAudioStateChanged( verify(mCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( any(CallAudioState.class), eq(expectedState)); } Loading