Searched refs:proxyAppPackageName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
D | GnssVisibilityControlCallback.h | 106 jstring proxyAppPackageName = ToJstring(env, notification.proxyAppPackageName); in nfwNotifyCb() local 110 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 111 env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName, in nfwNotifyCb() 127 if (proxyAppPackageName) { in nfwNotifyCb() 128 env->DeleteLocalRef(proxyAppPackageName); in nfwNotifyCb()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 138 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument 142 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification() 299 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() argument 302 mProxyAppPackageName = proxyAppPackageName; in NfwNotification()
|
D | GnssLocationProvider.java | 1846 public void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument 1854 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack, in onReportNfwNotification()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 296 void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument 1333 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument 1337 () -> mNotificationCallbacks.onReportNfwNotification(proxyAppPackageName, in reportNfwNotification()
|