Searched refs:timeOfClockSeconds (Results 1 – 2 of 2) sorted by relevance
460 long timeOfClockSeconds, in SatellitePvt() argument471 mTimeOfClockSeconds = timeOfClockSeconds; in SatellitePvt()803 public Builder setTimeOfClockSeconds(@IntRange(from = 0) long timeOfClockSeconds) { in setTimeOfClockSeconds()804 Preconditions.checkArgumentNonnegative(timeOfClockSeconds); in setTimeOfClockSeconds()805 mTimeOfClockSeconds = timeOfClockSeconds; in setTimeOfClockSeconds()
473 satellitePvt.timeOfClockSeconds); in translateSingleGnssMeasurement()