Searched refs:otherProtocolStackName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 142 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument 145 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification() 304 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument 308 mOtherProtocolStackName = otherProtocolStackName; in NfwNotification()
|
D | GnssLocationProvider.java | 2026 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 2034 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1680 jstring otherProtocolStackName = env->NewStringUTF(notification.otherProtocolStackName.c_str()); in nfwNotifyCb() local 1683 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 1685 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb() 1696 if (otherProtocolStackName) { in nfwNotifyCb() 1697 env->DeleteLocalRef(otherProtocolStackName); in nfwNotifyCb()
|