Searched refs:jLocations (Results 1 – 1 of 1) sorted by relevance
1865 jobjectArray jLocations = env->NewObjectArray(locations.size(), class_location, nullptr); in gnssLocationBatchCbImpl() local1869 env->SetObjectArrayElement(jLocations, i, jLocation); in gnssLocationBatchCbImpl()1873 env->CallVoidMethod(mCallbacksObj, method_reportLocationBatch, jLocations); in gnssLocationBatchCbImpl()1876 env->DeleteLocalRef(jLocations); in gnssLocationBatchCbImpl()