Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTimeUtil.java76 public static ZonedDateTime getZonedDateTime(long timeMicroseconds) { in getZonedDateTime() method in TimeUtil
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java117 ZonedDateTime checkZonedDateTime = TimeUtil.getZonedDateTime(currentMicroSecond); in doGet()