Searched refs:method_listGet (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
D | MeasurementCorrections.cpp | 66 jmethodID method_listGet; variable 114 method_listGet = env->GetMethodID(corrListClass, "get", "(I)Ljava/lang/Object;"); in MeasurementCorrections_class_init_once() 417 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_1_0() 435 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_1_1() 456 env->CallObjectMethod(singleSatCorrectionList, method_listGet, i); in getSingleSatCorrectionList_Aidl() 486 jobject excessPathInfoObj = env->CallObjectMethod(excessPathInfoListObj, method_listGet, i); in getExcessPathInfoList()
|
D | MeasurementCorrections.h | 46 extern jmethodID method_listGet;
|