HomeSort by relevance Sort by last modified time
    Searched refs:mAccumulatedDeltaRangeState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/location/java/android/location/
GnssMeasurement.java 41 private int mAccumulatedDeltaRangeState;
240 mAccumulatedDeltaRangeState = measurement.mAccumulatedDeltaRangeState;
616 return mAccumulatedDeltaRangeState;
625 mAccumulatedDeltaRangeState = value;
634 if (mAccumulatedDeltaRangeState == ADR_STATE_UNKNOWN) {
638 if ((mAccumulatedDeltaRangeState & ADR_STATE_VALID) == ADR_STATE_VALID) {
641 if ((mAccumulatedDeltaRangeState & ADR_STATE_RESET) == ADR_STATE_RESET) {
644 if ((mAccumulatedDeltaRangeState & ADR_STATE_CYCLE_SLIP) == ADR_STATE_CYCLE_SLIP) {
647 if ((mAccumulatedDeltaRangeState & ADR_STATE_HALF_CYCLE_RESOLVED) =
    [all...]
GpsMeasurement.java 39 private short mAccumulatedDeltaRangeState;
197 mAccumulatedDeltaRangeState = measurement.mAccumulatedDeltaRangeState;
426 return mAccumulatedDeltaRangeState;
433 mAccumulatedDeltaRangeState = value;
441 if (mAccumulatedDeltaRangeState == ADR_STATE_UNKNOWN) {
445 if ((mAccumulatedDeltaRangeState & ADR_STATE_VALID) == ADR_STATE_VALID) {
448 if ((mAccumulatedDeltaRangeState & ADR_STATE_RESET) == ADR_STATE_RESET) {
451 if ((mAccumulatedDeltaRangeState & ADR_STATE_CYCLE_SLIP) == ADR_STATE_CYCLE_SLIP) {
454 int remainingStates = mAccumulatedDeltaRangeState & ~ADR_ALL
    [all...]

Completed in 574 milliseconds