Searched refs:method_reportLocation (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp35 static jmethodID method_reportLocation; variable
74 env->CallVoidMethod(mCallbacksObj, method_reportLocation, location->flags,
240 method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");

Completed in 120 milliseconds