Searched refs:TEST_DISCONNECT_TIME (Results 1 – 2 of 2) sorted by relevance
133 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleOutgoingCallLocalDisconnect()158 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleOutgoingCallRemoteDisconnect()300 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleIncomingCallLocalDisconnect()316 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleIncomingCallRemoteDisconnect()388 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testOutgoingCallAndSelectPhoneAccount()916 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in disconnectCall()
138 static final long TEST_DISCONNECT_TIME = 8000; field in TelecomSystemTest