Searched refs:epochTime (Results 1 – 1 of 1) sorted by relevance
32 public static long convertUnixEpochToGPSTime(long epochTime) { in convertUnixEpochToGPSTime() argument33 return epochTime - DIFF_BETWEEN_UNIX_EPOCH_AND_GPS; in convertUnixEpochToGPSTime()