Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
DConvertUtils.java32 public static long convertUnixEpochToGPSTime(long epochTime) { in convertUnixEpochToGPSTime() argument
33 return epochTime - DIFF_BETWEEN_UNIX_EPOCH_AND_GPS; in convertUnixEpochToGPSTime()