Searched refs:method_correctionSatId (Results 1 – 2 of 2) sorted by relevance
69 jmethodID method_correctionSatId; variable121 method_correctionSatId = env->GetMethodID(singleSatCorrClass, "getSatelliteId", "()I"); in MeasurementCorrections_class_init_once()352 jint satId = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatId); in getSingleSatCorrection_1_0_withoutConstellation()386 jint satId = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatId); in getSingleSatCorrection_Aidl()
49 extern jmethodID method_correctionSatId;