Searched refs:otherProtocolStackName (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssVisibilityControlCallback.h | 107 jstring otherProtocolStackName = ToJstring(env, notification.otherProtocolStackName); in nfwNotifyCb() local 110 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 112 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb() 123 if (otherProtocolStackName) { in nfwNotifyCb() 124 env->DeleteLocalRef(otherProtocolStackName); in nfwNotifyCb()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument 142 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification() 300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument 304 mOtherProtocolStackName = otherProtocolStackName; in NfwNotification()
|
H A D | GnssLocationProvider.java | 1893 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument 1901 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode, in onReportNfwNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 291 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument 1281 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification() argument 1285 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
|