Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2002 String dateFormatted = format.format(new Date(date)); in getLogcatSince() local
2009 String command = String.format("%s -t '%s'", LogcatReceiver.LOGCAT_CMD, dateFormatted); in getLogcatSince()