Home
last modified time | relevance | path

Searched refs:otherProtocolStackName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java140 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()
DGnssLocationProvider.java2012 String otherProtocolStackName, byte requestor, String requestorId, byte responseType,
2020 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1295 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()