Searched refs:toCalendarTime (Results 1 – 3 of 3) sorted by relevance
40 public static synchronized String toCalendarTime(long time) { in toCalendarTime() method in MonkeyUtils
110 buffer.append(MonkeyUtils.toCalendarTime(event.getAsLong("date"))); in writeLogEvents()
538 + MonkeyUtils.toCalendarTime(System.currentTimeMillis()) + "\n"); in writeScriptLog()547 reportName += MonkeyUtils.toCalendarTime(System.currentTimeMillis()); in getBugreport()1197 String calendarTime = MonkeyUtils.toCalendarTime(System.currentTimeMillis()); in runMonkeyCycles()