Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java134 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
282 + " requestorId: " + notif.requestorId in handleNiNotification()
427 ", requestorId: " + notif.requestorId + in openNiDialog()
585 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker()
601 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1267 int defaultResponse, String requestorId, String text, int requestorIdEncoding, in reportNiNotification() argument
1276 Log.i(TAG, "requestorId: " + requestorId in reportNiNotification()
1291 notification.requestorId = requestorId; in reportNiNotification()
1306 notification.requestorId, in reportNiNotification()
1520 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument
1523 defaultResponse, requestorId, text, requestorIdEncoding, textEncoding); in onReportNiNotification()
1576 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument
1584 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode, in onReportNfwNotification()
DGnssVisibilityControl.java139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument
143 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification()
300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument
306 mRequestorId = requestorId; in NfwNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java283 int timeout, int defaultResponse, String requestorId, String text, in onReportNiNotification() argument
286 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument
1163 int timeout, int defaultResponse, String requestorId, String text, in reportNiNotification() argument
1167 notifyFlags, timeout, defaultResponse, requestorId, text, in reportNiNotification()
1196 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification() argument
1200 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1186 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local
1189 if (requestorId && text) { in niNotifyCb()
1193 notification.defaultResponse, requestorId, text, in niNotifyCb()
1200 if (requestorId) { in niNotifyCb()
1201 env->DeleteLocalRef(requestorId); in niNotifyCb()
1225 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local
1227 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1230 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
1236 if (requestorId) { in nfwNotifyCb()
1237 env->DeleteLocalRef(requestorId); in nfwNotifyCb()
/frameworks/proto_logging/stats/
Datoms.proto8471 // requestorId decoding scheme.