Searched refs:DATE_FORMATTER (Results 1 – 2 of 2) sorted by relevance
44 static final SimpleDateFormat DATE_FORMATTER = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); field in LogcatOnFailureCollector151 return DATE_FORMATTER.format(date); in getCurrentDate()
66 private static final SimpleDateFormat DATE_FORMATTER = field in LogcatOnFailureCollectorTest67 new SimpleDateFormat("yyyy " + LogcatOnFailureCollector.DATE_FORMATTER.toPattern());302 DATE_FORMATTER.parse(year + " " + firstLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()304 DATE_FORMATTER.parse(year + " " + lastLine, new ParsePosition(0)).getTime(); in testLogcatTimespan()