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.java833 long nowRTC) { in writeToProto() argument
840 a.writeToProto(proto, BatchProto.ALARMS, nowElapsed, nowRTC); in writeToProto()
2212 final long nowRTC = mInjector.getCurrentTimeMillis(); in dumpImpl() local
2215 pw.print(" nowRTC="); pw.print(nowRTC); in dumpImpl()
2216 pw.print("="); pw.print(sdf.format(new Date(nowRTC))); in dumpImpl()
2237 ? sdf.format(new Date(nowRTC - (nowELAPSED - time))) in dumpImpl()
2247 new Date(nowRTC - nowELAPSED + ssm.getRuntimeStartElapsedTime()))); in dumpImpl()
2276 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2277 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2321 pw.print(" = "); TimeUtils.formatDuration(time, nowRTC, pw); in dumpImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java571 final long nowRTC = sSystemClock.millis();
576 ? nowRTC + (jobStatus.getLatestRunTimeElapsed() - nowElapsed)
582 ? nowRTC + (jobStatus.getEarliestRunTime() - nowElapsed)