Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification()
300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification()
DGnssLocationProvider.java1267 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/
DGpsNetInitiatedHandler.java134 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java283 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/
Dcom_android_server_location_GnssLocationProvider.cpp1186 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local
1225 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local