Searched refs:nowRTC (Results 1 – 2 of 2) sorted by relevance
832 long nowRTC) { in writeToProto() argument839 a.writeToProto(proto, BatchProto.ALARMS, nowElapsed, nowRTC); in writeToProto()2209 final long nowRTC = mInjector.getCurrentTimeMillis(); in dumpImpl() local2212 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 …]
571 final long nowRTC = sSystemClock.millis();576 ? nowRTC + (jobStatus.getLatestRunTimeElapsed() - nowElapsed)582 ? nowRTC + (jobStatus.getEarliestRunTime() - nowElapsed)