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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DDateUtils.java38 public static String getKMLTimestamp(long when) { method in class:DateUtils
46 * Helper version of getKMLTimestamp, that returns timestamp for current
50 return getKMLTimestamp(System.currentTimeMillis());
H A DCSVFormatter.java74 rowOutput.append(DateUtils.getKMLTimestamp(entry.getLocation()

Completed in 66 milliseconds