Searched refs:refPlaneClass (Results 1 – 1 of 1) sorted by relevance
1632 jclass refPlaneClass = env->FindClass("android/location/GnssReflectingPlane"); in android_location_GnssLocationProvider_class_init_native() local1633 method_correctionPlaneLatDeg = env->GetMethodID(refPlaneClass, "getLatitudeDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()1634 method_correctionPlaneLngDeg = env->GetMethodID(refPlaneClass, "getLongitudeDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()1635 method_correctionPlaneAltDeg = env->GetMethodID(refPlaneClass, "getAltitudeMeters", "()D"); in android_location_GnssLocationProvider_class_init_native()1636 method_correctionPlaneAzimDeg = env->GetMethodID(refPlaneClass, "getAzimuthDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()