Searched refs:method_correctionListGet (Results 1 – 1 of 1) sorted by relevance
103 static jmethodID method_correctionListGet; variable2016 method_correctionListGet = env->GetMethodID(corrListClass, "get", "(I)Ljava/lang/Object;"); in android_location_GnssLocationProvider_class_init_native()3208 env->CallObjectMethod(singleSatCorrectionList, method_correctionListGet, i); in getSingleSatCorrectionList_1_1()3228 env->CallObjectMethod(singleSatCorrectionList, method_correctionListGet, i); in getSingleSatCorrectionList_1_0()