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

/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp38 static jmethodID method_reportAGpsStatus; variable
173 env->CallVoidMethod(mCallbacksObj, method_reportAGpsStatus,
243 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(III)V");

Completed in 29 milliseconds