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.java1982 String otherProtocolStackName, byte requestor, String requestorId, byte responseType,
1990 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1275 jstring otherProtocolStackName = env->NewStringUTF(notification.otherProtocolStackName.c_str()); in nfwNotifyCb() local
1278 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1280 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb()
1291 if (otherProtocolStackName) { in nfwNotifyCb()
1292 env->DeleteLocalRef(otherProtocolStackName); in nfwNotifyCb()