/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 134 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/ |
D | GnssLocationProvider.java | 1267 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()
|
D | GnssVisibilityControl.java | 139 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/ |
D | GnssNative.java | 283 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1186 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/ |
D | atoms.proto | 8471 // requestorId decoding scheme.
|