Home
last modified time | relevance | path

Searched refs:ADR_STATE_VALID (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGnssDeviceInfo.java42 public static final int ADR_STATE_VALID = (1 << 0); field in GnssDeviceInfo
144 if ((measurement.getAccumulatedDeltaRangeState() & ADR_STATE_VALID) in collectAccumulatedDeltaRangeMeasurements()
145 == ADR_STATE_VALID) { in collectAccumulatedDeltaRangeMeasurements()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java416 if ((accumulatedDeltaRangeState & GnssMeasurement.ADR_STATE_VALID) != 0) { in verifyAccumulatedDeltaRanges()