Home
last modified time | relevance | path

Searched refs:nowRTC (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1370 final long nowRTC = System.currentTimeMillis(); in dumpImpl() local
1374 pw.print(" nowRTC="); pw.print(nowRTC); in dumpImpl()
1375 pw.print("="); pw.print(sdf.format(new Date(nowRTC))); in dumpImpl()
1398 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
1399 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
1429 pw.print(" = "); TimeUtils.formatDuration(time, nowRTC, pw); in dumpImpl()
1439 dumpAlarmList(pw, b.alarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl()
1448 mPendingIdleUntil.dump(pw, " ", nowRTC, nowELAPSED, sdf); in dumpImpl()
1453 dumpAlarmList(pw, mPendingWhileIdleAlarms, " ", nowELAPSED, nowRTC, sdf); in dumpImpl()
1458 mNextWakeFromIdle.dump(pw, " ", nowRTC, nowELAPSED, sdf); in dumpImpl()
[all …]