Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java138 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()
DGnssLocationProvider.java1575 public void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument
1583 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack, in onReportNfwNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java285 void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument
1195 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument
1199 () -> mNotificationCallbacks.onReportNfwNotification(proxyAppPackageName, in reportNfwNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1223 jstring proxyAppPackageName = env->NewStringUTF(notification.proxyAppPackageName.c_str()); in nfwNotifyCb() local
1227 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1228 env->CallVoidMethod(mCallbacksObj, method_reportNfwNotification, proxyAppPackageName, in nfwNotifyCb()
1244 if (proxyAppPackageName) { in nfwNotifyCb()
1245 env->DeleteLocalRef(proxyAppPackageName); in nfwNotifyCb()