Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp112 static jmethodID method_correctionPlaneLatDeg; variable
2037 method_correctionPlaneLatDeg = env->GetMethodID(refPlaneClass, "getLatitudeDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()
3176 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneLatDeg); in getSingleSatCorrection_1_0_withoutConstellation()