Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DLogcatCollectorTest.java205 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy MM-dd HH:mm:ss.SSS"); in testLogcatCollectionWithBeforeDuration() local
206 Date finallogcatSinceDate = dateFormat.parse(finalDateWithYear); in testLogcatCollectionWithBeforeDuration()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java703 SimpleDateFormat dateFormat = in toReadableDateString() local
705 return dateFormat.format(new Date(time)); in toReadableDateString()