Home | History | Annotate | Download | only in jni

Lines Matching refs:GetMethodID

339     method_reportLocation = env->GetMethodID(clazz, "reportLocation", "(IDDDFFFJ)V");
340 method_reportStatus = env->GetMethodID(clazz, "reportStatus", "(I)V");
341 method_reportSvStatus = env->GetMethodID(clazz, "reportSvStatus", "()V");
342 method_reportAGpsStatus = env->GetMethodID(clazz, "reportAGpsStatus", "(III)V");
343 method_reportNmea = env->GetMethodID(clazz, "reportNmea", "(J)V");
344 method_setEngineCapabilities = env->GetMethodID(clazz, "setEngineCapabilities", "(I)V");
345 method_xtraDownloadRequest = env->GetMethodID(clazz, "xtraDownloadRequest", "()V");
346 method_reportNiNotification = env->GetMethodID(clazz, "reportNiNotification",
348 method_requestRefLocation = env->GetMethodID(clazz,"requestRefLocation","(I)V");
349 method_requestSetID = env->GetMethodID(clazz,"requestSetID","(I)V");
350 method_requestUtcTime = env->GetMethodID(clazz,"requestUtcTime","()V");
351 method_reportGeofenceTransition = env->GetMethodID(clazz,"reportGeofenceTransition",
353 method_reportGeofenceStatus = env->GetMethodID(clazz,"reportGeofenceStatus",
355 method_reportGeofenceAddStatus = env->GetMethodID(clazz,"reportGeofenceAddStatus",
357 method_reportGeofenceRemoveStatus = env->GetMethodID(clazz,"reportGeofenceRemoveStatus",
359 method_reportGeofenceResumeStatus = env->GetMethodID(clazz,"reportGeofenceResumeStatus",
361 method_reportGeofencePauseStatus = env->GetMethodID(clazz,"reportGeofencePauseStatus",