Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
H A DDex2oatPressureRuleTest.java336 SimpleDateFormat logcatTimestampFormatter = new SimpleDateFormat("MM-dd HH:mm:ss.SSS"); in testCompilationCommandCompiles() local
338 logcatTimestampFormatter.format(new Date(System.currentTimeMillis())); in testCompilationCommandCompiles()