Searched refs:timeoutCaptor (Results 1 – 2 of 2) sorted by relevance
465 ArgumentCaptor<Long> timeoutCaptor = ArgumentCaptor.forClass(Long.class); in testCallNumberModifiedToNull() local466 verify(mCall).disconnect(timeoutCaptor.capture()); in testCallNumberModifiedToNull()467 assertTrue(timeoutCaptor.getValue() > 0); in testCallNumberModifiedToNull()485 ArgumentCaptor<Long> timeoutCaptor = ArgumentCaptor.forClass(Long.class); in testCallNumberModifiedToNullWithLongCustomTimeout() local486 verify(mCall).disconnect(timeoutCaptor.capture()); in testCallNumberModifiedToNullWithLongCustomTimeout()487 assertTrue(timeoutCaptor.getValue() < customTimeout); in testCallNumberModifiedToNullWithLongCustomTimeout()
2251 ArgumentCaptor<byte[]> timeoutCaptor = ArgumentCaptor.forClass(byte[].class); in testSetFirmwareExitFrameTable() local2259 timeoutCaptor.capture()); in testSetFirmwareExitFrameTable()2263 byte[] timeoutBytes = timeoutCaptor.getValue(); in testSetFirmwareExitFrameTable()2273 ArgumentCaptor<byte[]> timeoutCaptor = ArgumentCaptor.forClass(byte[].class); in testSetFirmwareExitFrameTable_largeTimeout() local2280 verify(mDeviceHost).setFirmwareExitFrameTable(any(), timeoutCaptor.capture()); in testSetFirmwareExitFrameTable_largeTimeout()2281 byte[] timeoutBytes = timeoutCaptor.getValue(); in testSetFirmwareExitFrameTable_largeTimeout()