Searched defs:requestorId (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssVisibilityControlCallback.h | 108 jstring requestorId = ToJstring(env, notification.requestorId); in nfwNotifyCb() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() 300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification()
|
H A D | GnssLocationProvider.java | 1480 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 D | GpsNetInitiatedHandler.java | 136 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 288 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 D | com_android_server_location_GnssLocationProvider.cpp | 209 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local
|