Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java40 public static synchronized String toCalendarTime(long time) { in toCalendarTime() method in MonkeyUtils
DMonkeyPowerEvent.java110 buffer.append(MonkeyUtils.toCalendarTime(event.getAsLong("date"))); in writeLogEvents()
DMonkey.java538 + MonkeyUtils.toCalendarTime(System.currentTimeMillis()) + "\n"); in writeScriptLog()
547 reportName += MonkeyUtils.toCalendarTime(System.currentTimeMillis()); in getBugreport()
1197 String calendarTime = MonkeyUtils.toCalendarTime(System.currentTimeMillis()); in runMonkeyCycles()