Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp81 jmethodID method_excessPathInfoFlags; variable
144 method_excessPathInfoFlags = env->GetMethodID(excessPathInfoClass, "getFlags", "()I"); in MeasurementCorrections_class_init_once()
497 jint flags = env->CallIntMethod(excessPathInfoObj, method_excessPathInfoFlags); in getExcessPathInfo()