Searched refs:dateFormatted (Results 1 – 2 of 2) sorted by relevance
2914 String dateFormatted; in getLogcatSince() local2917 dateFormatted = String.format(Locale.US, "%d.%03d", date / 1000, date % 1000); in getLogcatSince()2922 dateFormatted = format.format(new Date(date)); in getLogcatSince()2936 "%s -t '%s'", LogcatReceiver.getDefaultLogcatCmd(this), dateFormatted); in getLogcatSince()
2972 String dateFormatted = format.format(new Date(date)); in testGetLogcatSinceOnSdk23() local2981 "logcat -b all -v threadtime -t '%s'", dateFormatted)), in testGetLogcatSinceOnSdk23()