Home
last modified time | relevance | path

Searched refs:TEST_DISCONNECT_TIME (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java133 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()
DTelecomSystemTest.java138 static final long TEST_DISCONNECT_TIME = 8000; field in TelecomSystemTest