Home
last modified time | relevance | path

Searched refs:satId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/location/java/android/location/
H A DGnssSingleSatCorrection.java334 @NonNull public Builder setSatelliteId(@IntRange(from = 0) int satId) { in setSatelliteId()
335 mSatId = satId; in setSatelliteId()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp2702 jint satId = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatId); in getSingleSatCorrection_1_0_withoutConstellation() local
2737 .svid = static_cast<uint16_t>(satId), in getSingleSatCorrection_1_0_withoutConstellation()