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

/frameworks/base/core/jni/
H A Dandroid_location_GpsLocationProvider.cpp36 static jmethodID method_reportAGpsStatus; variable
202 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(II)V");
326 env->CallVoidMethod(obj, method_reportAGpsStatus, sAGpsStatusCopy.type, sAGpsStatusCopy.status);

Completed in 26 milliseconds