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