HomeSort by relevance Sort by last modified time
    Searched refs:toCalendarTime (Results 1 - 3 of 3) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyUtils.java 40 public static synchronized String toCalendarTime(long time) {
MonkeyPowerEvent.java 110 buffer.append(MonkeyUtils.toCalendarTime(event.getAsLong("date")));
Monkey.java 538 + MonkeyUtils.toCalendarTime(System.currentTimeMillis()) + "\n");
547 reportName += MonkeyUtils.toCalendarTime(System.currentTimeMillis());
    [all...]

Completed in 79 milliseconds