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

  /cts/tests/tests/location/src/android/location/cts/
TestGnssMeasurementListener.java 43 private static final int C_TO_N0_THRESHOLD_DB_HZ = 18;
99 if (gnssMeasurement.getCn0DbHz() < C_TO_N0_THRESHOLD_DB_HZ ||
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangePositionVelocityFromRealTimeEvents.java 53 private static final int C_TO_N0_THRESHOLD_DB_HZ = 18;
111 if (measurement.getCn0DbHz() >= C_TO_N0_THRESHOLD_DB_HZ

Completed in 83 milliseconds