Home
last modified time | relevance | path

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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DDateUtils.java38 public static String getKMLTimestamp(long when) { in getKMLTimestamp() method in DateUtils
50 return getKMLTimestamp(System.currentTimeMillis()); in getCurrentKMLTimestamp()
DCSVFormatter.java74 rowOutput.append(DateUtils.getKMLTimestamp(entry.getLocation() in getOutput()