Searched defs:requestorId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() 300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification()
|
D | GnssLocationProvider.java | 1267 int defaultResponse, String requestorId, String text, int requestorIdEncoding, in reportNiNotification() 1520 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() 1576 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 134 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 283 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() 286 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() 1163 int timeout, int defaultResponse, String requestorId, String text, in reportNiNotification() 1196 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1186 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local 1225 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local
|