Home
last modified time | relevance | path

Searched refs:method_reportNfwNotification (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssVisibilityControlCallback.cpp28 jmethodID method_reportNfwNotification; variable
33 method_reportNfwNotification = in GnssVisibilityControl_class_init_once()
H A DGnssVisibilityControlCallback.h36 extern jmethodID method_reportNfwNotification;
111 env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName, in nfwNotifyCb()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp74 static jmethodID method_reportNfwNotification; variable
249 method_reportNfwNotification = env->GetMethodID(clazz, "reportNfwNotification", in android_location_gnss_hal_GnssNative_class_init_once()