Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java875 final long nowELAPSED = SystemClock.elapsedRealtime(); in dumpImpl() local
880 pw.print(" nowELAPSED="); TimeUtils.formatDuration(nowELAPSED, pw); in dumpImpl()
884 TimeUtils.formatDuration(nowELAPSED - mNonInteractiveStartTime, pw); in dumpImpl()
887 TimeUtils.formatDuration(currentNonWakeupFuzzLocked(nowELAPSED), pw); in dumpImpl()
890 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw); in dumpImpl()
893 TimeUtils.formatDuration(nowELAPSED - mNextNonWakeupDeliveryTime, pw); in dumpImpl()
897 long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED); in dumpImpl()
898 long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED); in dumpImpl()
900 TimeUtils.formatDuration(mNextNonWakeup, nowELAPSED, pw); in dumpImpl()
902 pw.print("Next wakeup: "); TimeUtils.formatDuration(mNextWakeup, nowELAPSED, pw); in dumpImpl()
[all …]