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.java832 long nowRTC) { in writeToProto() argument
839 a.writeToProto(proto, BatchProto.ALARMS, nowElapsed, nowRTC); in writeToProto()
2209 final long nowRTC = mInjector.getCurrentTimeMillis(); in dumpImpl() local
2212 pw.print(" nowRTC="); pw.print(nowRTC); in dumpImpl()
2213 pw.print("="); pw.print(sdf.format(new Date(nowRTC))); in dumpImpl()
2234 ? sdf.format(new Date(nowRTC - (nowELAPSED - time))) in dumpImpl()
2244 new Date(nowRTC - nowELAPSED + ssm.getRuntimeStartElapsedTime()))); in dumpImpl()
2273 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2274 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
2318 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)