Searched refs:dateFormat (Results 1 – 2 of 2) sorted by relevance
205 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy MM-dd HH:mm:ss.SSS"); in testLogcatCollectionWithBeforeDuration() local206 Date finallogcatSinceDate = dateFormat.parse(finalDateWithYear); in testLogcatCollectionWithBeforeDuration()
703 SimpleDateFormat dateFormat = in toReadableDateString() local705 return dateFormat.format(new Date(time)); in toReadableDateString()