Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DTimeUtils.java59 private static SimpleDateFormat sLoggingFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); field in TimeUtils
453 return sLoggingFormat.format(new Date(millis)); in formatForLogging()