Home
last modified time | relevance | path

Searched refs:ConstellationType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java73 @GnssStatus.ConstellationType
148 @GnssStatus.ConstellationType
328 @GnssStatus.ConstellationType int constellationType) { in setConstellationType()
DGnssStatus.java121 public @interface ConstellationType { annotation in GnssStatus
178 @ConstellationType
327 public static String constellationTypeToString(@ConstellationType int constellationType) { in constellationTypeToString()
448 public Builder addSatellite(@ConstellationType int constellationType, in addSatellite()
DGnssClock.java522 @GnssStatus.ConstellationType
532 public void setReferenceConstellationTypeForIsb(@GnssStatus.ConstellationType int value) { in setReferenceConstellationTypeForIsb()
DGnssMeasurement.java344 @GnssStatus.ConstellationType
354 public void setConstellationType(@GnssStatus.ConstellationType int value) { in setConstellationType()
/frameworks/base/services/core/jni/gnss/
DGnssMeasurementCallback.cpp304 SET(ConstellationType, static_cast<int32_t>(measurement.signalType.constellation)); in translateSingleGnssMeasurement()
485 SET(ConstellationType, static_cast<int32_t>(measurement.constellation)); in translateSingleGnssMeasurement()
522 SET(ConstellationType, static_cast<int32_t>(measurement_V2_0.constellation)); in translateSingleGnssMeasurement()