Searched refs:gpsTime (Results 1 – 1 of 1) sorted by relevance
28 public static long convertGPSTimeToUnixEpoch(long gpsTime) { in convertGPSTimeToUnixEpoch() argument29 return gpsTime + DIFF_BETWEEN_UNIX_EPOCH_AND_GPS; in convertGPSTimeToUnixEpoch()