Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java141 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument
145 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification()
303 NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() argument
306 mProxyAppPackageName = proxyAppPackageName; in NfwNotification()
DGnssLocationProvider.java2025 private void reportNfwNotification(String proxyAppPackageName, byte protocolStack,
2033 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1679 jstring proxyAppPackageName = env->NewStringUTF(notification.proxyAppPackageName.c_str()); in nfwNotifyCb() local
1683 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1684 env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName, in nfwNotifyCb()
1700 if (proxyAppPackageName) { in nfwNotifyCb()
1701 env->DeleteLocalRef(proxyAppPackageName); in nfwNotifyCb()