Searched refs:newStateCaptor1 (Results 1 – 2 of 2) sorted by relevance
833 ArgumentCaptor<CallAudioState> newStateCaptor1 = ArgumentCaptor.forClass( in verifyNewSystemCallAudioState() local838 oldStateCaptor.capture(), newStateCaptor1.capture()); in verifyNewSystemCallAudioState()843 assertEquals(expectedNewState, newStateCaptor1.getValue()); in verifyNewSystemCallAudioState()
613 ArgumentCaptor<CallAudioState> newStateCaptor1 = ArgumentCaptor.forClass( in verifyNewSystemCallAudioState() local618 oldStateCaptor.capture(), newStateCaptor1.capture()); in verifyNewSystemCallAudioState()623 assertTrue(newStateCaptor1.getValue().equals(expectedNewState)); in verifyNewSystemCallAudioState()