Example usage for Java android.location GnssClock fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getBiasNanos() Gets the clock's sub-nanosecond bias. |
double | getBiasUncertaintyNanos() Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds. |
double | getDriftNanosPerSecond() Gets the clock's Drift in nanoseconds per second. |
double | getDriftUncertaintyNanosPerSecond() Gets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second. |
long | getFullBiasNanos() Gets the difference between hardware clock ( #getTimeNanos() ) inside GPS receiver and the true GPS time since 0000Z, January 6, 1980, in nanoseconds. |
int | getHardwareClockDiscontinuityCount() Gets count of hardware clock discontinuities. |
int | getLeapSecond() Gets the leap second associated with the clock's time. |
long | getTimeNanos() Gets the GNSS receiver internal hardware clock value in nanoseconds. |
double | getTimeUncertaintyNanos() Gets the clock's time Uncertainty (1-Sigma) in nanoseconds. |
boolean | hasBiasNanos() Returns true if #getBiasNanos() is available, false otherwise. |
boolean | hasBiasUncertaintyNanos() Returns true if #getBiasUncertaintyNanos() is available, false otherwise. |
boolean | hasDriftNanosPerSecond() Returns true if #getDriftNanosPerSecond() is available, false otherwise. |
boolean | hasDriftUncertaintyNanosPerSecond() Returns true if #getDriftUncertaintyNanosPerSecond() is available, false otherwise. |
boolean | hasLeapSecond() Returns true if #getLeapSecond() is available, false otherwise. |
boolean | hasTimeUncertaintyNanos() Returns true if #getTimeUncertaintyNanos() is available, false otherwise. |