Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssStatus.java96 public @interface ConstellationType {} annotation in GnssStatus
131 @ConstellationType
DGnssMeasurement.java222 @GnssStatus.ConstellationType
232 public void setConstellationType(@GnssStatus.ConstellationType int value) { in setConstellationType()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1228 SET(ConstellationType, static_cast<int32_t>(GNSS_CONSTELLATION_GPS)); in translate_gps_measurement()
1231 SET(ConstellationType, in translate_gps_measurement()
1274 SET(ConstellationType, static_cast<int32_t>(measurement->constellation)); in translate_gnss_measurement()
1485 SET(ConstellationType, static_cast<int32_t>(GNSS_CONSTELLATION_GPS)); in translate_gps_navigation_message()
1491 SET(ConstellationType, in translate_gps_navigation_message()