Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTestBase.java115 protected static final long ELAPSED_REAL_TIME = 123456789L; field in VcnGatewayConnectionTestBase
244 doReturn(ELAPSED_REAL_TIME).when(mDeps).getElapsedRealTime(); in VcnGatewayConnectionTestBase()
323 verify(msg).schedule(ELAPSED_REAL_TIME + delayInMillis); in verifyWakeupMessageSetUpAndGetCallback()