Searched refs:logcatTimestampFormatter (Results 1 – 1 of 1) sorted by relevance
336 SimpleDateFormat logcatTimestampFormatter = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); in testCompilationCommandCompiles() local338 logcatTimestampFormatter.format(new Date(System.currentTimeMillis())); in testCompilationCommandCompiles()