Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssStatus.java103 public @interface ConstellationType {} annotation in GnssStatus
137 @ConstellationType
267 public static String constellationTypeToString(@ConstellationType int constellationType) { in constellationTypeToString()
DGnssSingleSatCorrection.java73 @GnssStatus.ConstellationType
148 @GnssStatus.ConstellationType
328 @GnssStatus.ConstellationType int constellationType) { in setConstellationType()
DGnssMeasurement.java294 @GnssStatus.ConstellationType
304 public void setConstellationType(@GnssStatus.ConstellationType int value) { in setConstellationType()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1065 SET(ConstellationType, static_cast<int32_t>(measurement->constellation)); in translateSingleGnssMeasurement()
1130 SET(ConstellationType, static_cast<int32_t>(measurement_V2_0->constellation)); in translateSingleGnssMeasurement()