Searched refs:otherProtocolStackName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssVisibilityControl.java | 140 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument 143 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification() 301 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument 305 mOtherProtocolStackName = otherProtocolStackName; in NfwNotification()
|
D | GnssLocationProvider.java | 2012 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 2020 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1295 jstring otherProtocolStackName = env->NewStringUTF(notification.otherProtocolStackName.c_str()); in nfwNotifyCb() local 1298 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 1300 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb() 1311 if (otherProtocolStackName) { in nfwNotifyCb() 1312 env->DeleteLocalRef(otherProtocolStackName); in nfwNotifyCb()
|