Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java818 long nowRTC) { in dumpDebug() argument
825 a.dumpDebug(proto, BatchProto.ALARMS, nowElapsed, nowRTC); in dumpDebug()
2234 final long nowRTC = mInjector.getCurrentTimeMillis(); in dumpImpl() local
2237 pw.print(" nowRTC="); pw.print(nowRTC); in dumpImpl()
2238 pw.print("="); pw.print(sdf.format(new Date(nowRTC))); in dumpImpl()
2259 ? sdf.format(new Date(nowRTC - (nowELAPSED - time))) in dumpImpl()
2269 new Date(nowRTC - nowELAPSED + ssm.getRuntimeStartElapsedTime()))); in dumpImpl()
2298 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2299 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2343 pw.print(" = "); TimeUtils.formatDuration(time, nowRTC, pw); in dumpImpl()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java582 final long nowRTC = sSystemClock.millis();
587 ? nowRTC + (jobStatus.getLatestRunTimeElapsed() - nowElapsed)
593 ? nowRTC + (jobStatus.getEarliestRunTime() - nowElapsed)