Searched refs:nowELAPSED (Results 1 – 1 of 1) sorted by relevance
875 final long nowELAPSED = SystemClock.elapsedRealtime(); in dumpImpl() local880 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 …]