Home
last modified time | relevance | path

Searched defs:requestorId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssVisibilityControlCallback.h108 jstring requestorId = ToJstring(env, notification.requestorId); in nfwNotifyCb() local
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssVisibilityControl.java139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification()
300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification()
H A DGnssLocationProvider.java1480 int defaultResponse, String requestorId, String text, int requestorIdEncoding, in reportNiNotification()
1833 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification()
1893 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification()
/aosp14/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java136 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java288 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification()
291 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification()
1248 int timeout, int defaultResponse, String requestorId, String text, in reportNiNotification()
1281 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp209 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local