Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java1290 DateFormat yearFormatter = new SimpleDateFormat("yyyy"); in parseTime() local
1291 String mYear = yearFormatter.format(new Date()); in parseTime()