Searched refs:refPlaneClass (Results 1 – 1 of 1) sorted by relevance
1586 jclass refPlaneClass = env->FindClass("android/location/GnssReflectingPlane"); in android_location_gnss_hal_GnssNative_class_init_once() local1587 method_correctionPlaneLatDeg = env->GetMethodID(refPlaneClass, "getLatitudeDegrees", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()1588 method_correctionPlaneLngDeg = env->GetMethodID(refPlaneClass, "getLongitudeDegrees", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()1589 method_correctionPlaneAltDeg = env->GetMethodID(refPlaneClass, "getAltitudeMeters", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()1590 method_correctionPlaneAzimDeg = env->GetMethodID(refPlaneClass, "getAzimuthDegrees", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()