Searched defs:method_reportLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp40 static jmethodID method_reportLocation; variable
114 env->CallVoidMethod(mCallbacksObj, method_reportLocation, location->flags,
563 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");

Completed in 28 milliseconds