Searched refs:dumpTimeWithDelta (Results 1 – 2 of 2) sorted by relevance
484 TimeUtils.dumpTimeWithDelta(pw, now - nowRealtime + mLastScreenOnRealtime, now); in dumpLocked()488 TimeUtils.dumpTimeWithDelta(pw, now - nowRealtime + mLastScreenOffRealtime, now); in dumpLocked()
383 public static void dumpTimeWithDelta(PrintWriter pw, long time, long now) { in dumpTimeWithDelta() method in TimeUtils