Searched refs:dateFormatted (Results 1 – 2 of 2) sorted by relevance
2904 String dateFormatted = format.format(new Date(date)); in testGetLogcatSince() local2907 EasyMock.eq(String.format("logcat -v threadtime -t '%s'", dateFormatted)), in testGetLogcatSince()
2290 String dateFormatted = format.format(new Date(date)); in getLogcatSince() local2297 String command = String.format("%s -t '%s'", LogcatReceiver.LOGCAT_CMD, dateFormatted); in getLogcatSince()