Searched defs:proxyAppPackageName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 138 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() 299 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification()
|
D | GnssLocationProvider.java | 1575 public void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 285 void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() 1195 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1223 jstring proxyAppPackageName = env->NewStringUTF(notification.proxyAppPackageName.c_str()); in nfwNotifyCb() local
|