Home | History | Annotate | Download | only in server

Lines Matching defs:TimeUtils

49 import android.util.TimeUtils;
880 pw.print(" nowELAPSED="); TimeUtils.formatDuration(nowELAPSED, pw);
884 TimeUtils.formatDuration(nowELAPSED - mNonInteractiveStartTime, pw);
887 TimeUtils.formatDuration(currentNonWakeupFuzzLocked(nowELAPSED), pw);
890 TimeUtils.formatDuration(nowELAPSED - mLastAlarmDeliveryTime, pw);
893 TimeUtils.formatDuration(nowELAPSED - mNextNonWakeupDeliveryTime, pw);
900 TimeUtils.formatDuration(mNextNonWakeup, nowELAPSED, pw);
902 pw.print("Next wakeup: "); TimeUtils.formatDuration(mNextWakeup, nowELAPSED, pw);
925 pw.print(", total delay time: "); TimeUtils.formatDuration(mTotalDelayTime, pw);
927 pw.print(" Max delay time: "); TimeUtils.formatDuration(mMaxDelayTime, pw);
929 TimeUtils.formatDuration(mNonInteractiveTime, pw);
983 TimeUtils.formatDuration(fs.aggregateTime, pw);
1006 pw.print(" "); TimeUtils.formatDuration(bs.aggregateTime, pw);
1018 TimeUtils.formatDuration(fs.aggregateTime, pw);
1554 pw.print(" whenElapsed="); TimeUtils.formatDuration(whenElapsed,
1559 pw.print(" when="); TimeUtils.formatDuration(when, nowELAPSED, pw);