Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java376 final long now3 = System.currentTimeMillis(); in testApplicationExitInfo() local
389 doReturn(new Pair<Long, Object>(now3, Integer.valueOf(makeSignalStatus(sigNum)))) in testApplicationExitInfo()
392 updateExitInfo(app, now3); in testApplicationExitInfo()
402 now3, // timestamp in testApplicationExitInfo()
426 now3, // timestamp in testApplicationExitInfo()
610 now3, // timestamp in testApplicationExitInfo()
DActiveServicesTest.java127 final long now3 = now + elapsed3; in testRescheduleServiceRestartsOnChanges() local
129 ADJ_MEM_FACTOR_MODERATE, memFactor, "test", now3); in testRescheduleServiceRestartsOnChanges()
130 verifyDelays(now3, new long[] {rd0 - elapsed3, extra - elapsed3, in testRescheduleServiceRestartsOnChanges()