Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssStatus.java98 public @interface ConstellationType {} annotation in GnssStatus
129 @ConstellationType
DGnssMeasurement.java287 @GnssStatus.ConstellationType
297 public void setConstellationType(@GnssStatus.ConstellationType int value) { in setConstellationType()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp807 SET(ConstellationType, static_cast<int32_t>(measurement->constellation)); in translateGnssMeasurement_V1_0()