Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp113 static jmethodID method_correctionPlaneLngDeg; variable
2038 method_correctionPlaneLngDeg = env->GetMethodID(refPlaneClass, "getLongitudeDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()
3178 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneLngDeg); in getSingleSatCorrection_1_0_withoutConstellation()