Searched refs:method_requestUtcTime (Results 1 – 2 of 2) sorted by relevance
61 jmethodID method_requestUtcTime; variable106 method_requestUtcTime = env->GetMethodID(clazz, "requestUtcTime", "()V"); in Gnss_class_init_once()224 env->CallVoidMethod(mCallbacksObj, method_requestUtcTime); in gnssRequestTimeCb()440 env->CallVoidMethod(mCallbacksObj, method_requestUtcTime); in gnssRequestTimeCb()
47 extern jmethodID method_requestUtcTime;