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/
DGnssVisibilityControl.java139 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument
143 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification()
300 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() argument
303 mProxyAppPackageName = proxyAppPackageName; in NfwNotification()
DGnssLocationProvider.java2011 private void reportNfwNotification(String proxyAppPackageName, byte protocolStack,
2019 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1294 jstring proxyAppPackageName = env->NewStringUTF(notification.proxyAppPackageName.c_str()); in nfwNotifyCb() local
1298 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1299 env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName, in nfwNotifyCb()
1315 if (proxyAppPackageName) { in nfwNotifyCb()
1316 env->DeleteLocalRef(proxyAppPackageName); in nfwNotifyCb()