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

  /cts/tests/tests/location/src/android/location/cts/
TestGnssMeasurementListener.java 42 private static final int TOW_DECODED_MEASUREMENT_STATE_BIT = 3;
100 (gnssMeasurement.getState() & (1L << TOW_DECODED_MEASUREMENT_STATE_BIT)) == 0) {
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangePositionVelocityFromRealTimeEvents.java 49 private static final int TOW_DECODED_MEASUREMENT_STATE_BIT = 3;
112 && (measurement.getState() & (1L << TOW_DECODED_MEASUREMENT_STATE_BIT)) != 0) {

Completed in 82 milliseconds