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;
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
    [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 39 milliseconds