Searched refs:otherProtocolStackName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
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()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
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()
|
D | GnssLocationProvider.java | 1847 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument 1855 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode, in onReportNfwNotification()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 297 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument 1334 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification() argument 1338 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
|