Searched refs:nowRTC (Results 1 – 2 of 2) sorted by relevance
818 long nowRTC) { in dumpDebug() argument825 a.dumpDebug(proto, BatchProto.ALARMS, nowElapsed, nowRTC); in dumpDebug()2234 final long nowRTC = mInjector.getCurrentTimeMillis(); in dumpImpl() local2237 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 …]
582 final long nowRTC = sSystemClock.millis();587 ? nowRTC + (jobStatus.getLatestRunTimeElapsed() - nowElapsed)593 ? nowRTC + (jobStatus.getEarliestRunTime() - nowElapsed)