Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java509 final long now5 = System.currentTimeMillis(); in testApplicationExitInfo() local
511 doReturn(new Pair<Long, Object>(now5, Integer.valueOf(makeSignalStatus(sigNum)))) in testApplicationExitInfo()
529 ApplicationExitInfo.SUBREASON_UNKNOWN, app3Description, now5); in testApplicationExitInfo()
531 updateExitInfo(app, now5); in testApplicationExitInfo()
540 now5, // timestamp in testApplicationExitInfo()
565 now5, // timestamp in testApplicationExitInfo()
DActiveServicesTest.java149 final long now5 = now + elapsed5; in testRescheduleServiceRestartsOnChanges() local
151 ADJ_MEM_FACTOR_CRITICAL, memFactor, "test", now5); in testRescheduleServiceRestartsOnChanges()
152 verifyDelays(now5, new long[] {rd0 - elapsed5, extra - elapsed5, in testRescheduleServiceRestartsOnChanges()