Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2904 String dateFormatted = format.format(new Date(date)); in testGetLogcatSince() local
2907 EasyMock.eq(String.format("logcat -v threadtime -t '%s'", dateFormatted)), in testGetLogcatSince()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2290 String dateFormatted = format.format(new Date(date)); in getLogcatSince() local
2297 String command = String.format("%s -t '%s'", LogcatReceiver.LOGCAT_CMD, dateFormatted); in getLogcatSince()