Home | History | Annotate | Download | only in location

Lines Matching refs:mAccumulatedDeltaRangeState

41     private int mAccumulatedDeltaRangeState;
176 mAccumulatedDeltaRangeState = measurement.mAccumulatedDeltaRangeState;
526 return mAccumulatedDeltaRangeState;
535 mAccumulatedDeltaRangeState = value;
544 if (mAccumulatedDeltaRangeState == ADR_STATE_UNKNOWN) {
548 if ((mAccumulatedDeltaRangeState & ADR_STATE_VALID) == ADR_STATE_VALID) {
551 if ((mAccumulatedDeltaRangeState & ADR_STATE_RESET) == ADR_STATE_RESET) {
554 if ((mAccumulatedDeltaRangeState & ADR_STATE_CYCLE_SLIP) == ADR_STATE_CYCLE_SLIP) {
557 int remainingStates = mAccumulatedDeltaRangeState & ~ADR_ALL;
864 gnssMeasurement.mAccumulatedDeltaRangeState = parcel.readInt();
895 parcel.writeInt(mAccumulatedDeltaRangeState);