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.java111 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleOutgoingCallLocalDisconnect()
136 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleOutgoingCallRemoteDisconnect()
269 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleIncomingCallLocalDisconnect()
285 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testSingleIncomingCallRemoteDisconnect()
357 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in testOutgoingCallAndSelectPhoneAccount()
834 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_DISCONNECT_TIME); in disconnectCall()
DTelecomSystemTest.java132 static final long TEST_DISCONNECT_TIME = 8000; field in TelecomSystemTest