Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp143 jclass excessPathInfoClass = env->FindClass("android/location/GnssExcessPathInfo"); in MeasurementCorrections_class_init_once() local
144 method_excessPathInfoFlags = env->GetMethodID(excessPathInfoClass, "getFlags", "()I"); in MeasurementCorrections_class_init_once()
146 env->GetMethodID(excessPathInfoClass, "getExcessPathLengthMeters", "()F"); in MeasurementCorrections_class_init_once()
148 env->GetMethodID(excessPathInfoClass, "getExcessPathLengthUncertaintyMeters", "()F"); in MeasurementCorrections_class_init_once()
149 method_excessPathInfoRefPlane = env->GetMethodID(excessPathInfoClass, "getReflectingPlane", in MeasurementCorrections_class_init_once()
152 env->GetMethodID(excessPathInfoClass, "getAttenuationDb", "()F"); in MeasurementCorrections_class_init_once()