Searched refs:prettyDates (Results 1 – 1 of 1) sorted by relevance
508 boolean prettyDates) { in printIntervalStats() argument509 if (prettyDates) { in printIntervalStats()526 formatElapsedTime(usageStats.mTotalTimeInForeground, prettyDates)); in printIntervalStats()527 pw.printPair("lastTime", formatDateTime(usageStats.mLastTimeUsed, prettyDates)); in printIntervalStats()565 pw.printPair("totalTime", formatElapsedTime(config.mTotalTimeActive, prettyDates)); in printIntervalStats()566 pw.printPair("lastTime", formatDateTime(config.mLastTimeActive, prettyDates)); in printIntervalStats()578 pw.printPair("time", formatDateTime(event.mTimeStamp, prettyDates)); in printIntervalStats()