Lines Matching defs:value

42      * The source of the time value reported by this class is the 'Local Hardware Clock'.
47 * The source of the time value reported by this class is the 'GPS time' derived from
111 public void setType(byte value) {
112 switch (value) {
116 mType = value;
119 Log.d(TAG, "Sanitizing invalid 'type': " + value);
151 * The sign of the value is defined by the following equation:
154 * The value is only available if {@link #hasLeapSecond()} is true.
177 * Gets the GPS receiver internal clock value in nanoseconds.
178 * This can be either the 'local hardware clock' value ({@link #TYPE_LOCAL_HW_TIME}), or the
182 * For 'local hardware clock' this value is expected to be monotonically increasing during the
184 * {@link #getFullBiasInNs()} (when it is available) from this value.
186 * For 'GPS time' this value is expected to be the best estimation of current GPS time that GPS
213 * The uncertainty is represented as an absolute (single sided) value.
215 * The value is only available if {@link #hasTimeUncertaintyInNs()} is true.
248 * This value is available if {@link #TYPE_LOCAL_HW_TIME} is set, and GPS receiver has solved
252 * The sign of the value is defined by the following equation:
256 * The value is onl available if {@link #hasFullBiasInNs()} is true.
265 public void setFullBiasInNs(long value) {
267 mFullBiasInNs = value;
289 * The value is only available if {@link #hasBiasInNs()} is true.
321 * The value is only available if {@link #hasBiasUncertaintyInNs()} is true.
352 * A positive value indicates that the frequency is higher than the nominal frequency.
355 * The value is only available if {@link #hasDriftInNsPerSec()} is true.
387 * The value is only available if {@link #hasDriftUncertaintyInNsPerSec()} is true.