Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DSatellitePvt.java460 long timeOfClockSeconds, in SatellitePvt() argument
471 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()
/frameworks/base/services/core/jni/gnss/
DGnssMeasurementCallback.cpp473 satellitePvt.timeOfClockSeconds); in translateSingleGnssMeasurement()