Searched refs:method_psdsDownloadRequest (Results 1 – 2 of 2) sorted by relevance
28 jmethodID method_psdsDownloadRequest; variable37 method_psdsDownloadRequest = env->GetMethodID(clazz, "psdsDownloadRequest", "(I)V"); in GnssPsds_class_init_once()45 env->CallVoidMethod(mCallbacksObj, method_psdsDownloadRequest, psdsType); in downloadRequestCb()54 env->CallVoidMethod(mCallbacksObj, method_psdsDownloadRequest, /* psdsType= */ 1); in downloadRequestCb()
35 extern jmethodID method_psdsDownloadRequest;