Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java129 static final long TEST_CREATE_ELAPSED_TIME = 200; field in TelecomSystemTest
473 when(mClockProxy.elapsedRealtime()).thenReturn(TEST_CREATE_ELAPSED_TIME); in setupTelecomSystem()
DBasicCallTests.java419 when(mClockProxy.elapsedRealtime()).thenReturn(TEST_CREATE_ELAPSED_TIME); in testIncomingCallCallerInfoLookupTimesOutIsAllowed()