Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssAntennaInfo.java321 @Nullable SphericalCorrections phaseCenterVariationCorrections, in GnssAntennaInfo() argument
328 mPhaseCenterVariationCorrections = phaseCenterVariationCorrections; in GnssAntennaInfo()
370 @Nullable SphericalCorrections phaseCenterVariationCorrections) { in setPhaseCenterVariationCorrections()
371 mPhaseCenterVariationCorrections = phaseCenterVariationCorrections; in setPhaseCenterVariationCorrections()
427 SphericalCorrections phaseCenterVariationCorrections =
435 phaseCenterVariationCorrections,
/frameworks/base/services/tests/servicestests/src/com/android/server/location/gnss/
DGnssManagerServiceTest.java261 phaseCenterVariationCorrections = in createDummyGnssAntennaInfos() local
277 .setPhaseCenterVariationCorrections(phaseCenterVariationCorrections) in createDummyGnssAntennaInfos()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1206 jobject phaseCenterVariationCorrections = in translatePhaseCenterVariationCorrections() local
1214 return phaseCenterVariationCorrections; in translatePhaseCenterVariationCorrections()
1247 jobject phaseCenterVariationCorrections = in translateSingleGnssAntennaInfo() local
1265 phaseCenterVariationCorrections); in translateSingleGnssAntennaInfo()
1276 env->DeleteLocalRef(phaseCenterVariationCorrections); in translateSingleGnssAntennaInfo()