Searched refs:method_reportAGpsStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp43 static jmethodID method_reportAGpsStatus; variable
397 env->CallVoidMethod(mCallbacksObj, method_reportAGpsStatus, agps_status->type,
402 ALOGD("Skipping calling method_reportAGpsStatus.");
566 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(II[B)V");

Completed in 611 milliseconds