Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBasicCallTests.java132 assertEquals(TEST_CREATE_TIME, in testSingleOutgoingCallLocalDisconnect()
134 assertEquals(TEST_CREATE_TIME, in testSingleOutgoingCallLocalDisconnect()
437 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_CREATE_TIME); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
863 assertEquals(TEST_CREATE_TIME, in disconnectCall()
865 assertEquals(TEST_CREATE_TIME, in disconnectCall()
H A DTelecomSystemTest.java127 static final long TEST_CREATE_TIME = 100; field in TelecomSystemTest
471 when(mClockProxy.currentTimeMillis()).thenReturn(TEST_CREATE_TIME); in setupTelecomSystem()