Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp480 jobject excessPathInfoListObj = in getExcessPathInfoList() local
483 int len = env->CallIntMethod(excessPathInfoListObj, method_listSize); in getExcessPathInfoList()
486 jobject excessPathInfoObj = env->CallObjectMethod(excessPathInfoListObj, method_listGet, i); in getExcessPathInfoList()
490 env->DeleteLocalRef(excessPathInfoListObj); in getExcessPathInfoList()