/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 285 final int requestorId = 1341234; in testDataPathPmkWithoutPermission() local 295 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathPmkWithoutPermission() 321 final int requestorId = 1341234; in testDataPathWithPortInfoOnPublisher() local 330 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoOnPublisher() 360 final int requestorId = 1341234; in testDataPathWithPortInfoInvalidPort() local 368 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoInvalidPort() 394 final int requestorId = 1341234; in testDataPathWithPortInfoButNoSecurityOnSubscriber() local 401 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoButNoSecurityOnSubscriber() 428 final int requestorId = 1341234; in testDestroyNdiDuringNdpSetupResponder() local 438 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDestroyNdiDuringNdpSetupResponder() [all …]
|
D | WifiAwareStateManagerTest.java | 1357 final int requestorId = 22; in testMatchAndMessages() local 1415 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages() 1423 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages() 1434 mDut.onMessageReceivedNotification(subscribeId, requestorId, peerMac, peerMsg.getBytes()); in testMatchAndMessages() 1444 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(messageId)); in testMatchAndMessages() 1454 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(messageId2)); in testMatchAndMessages() 1591 final int requestorId = 568; in testMessageWhilePeerChangesIdentity() local 1639 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacOrig, in testMessageWhilePeerChangesIdentity() 1648 eq(requestorId), eq(peerMacOrig), eq(msgToPeer1.getBytes()), in testMessageWhilePeerChangesIdentity() 1657 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacLater, in testMessageWhilePeerChangesIdentity() [all …]
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 139 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification 274 + " requestorId: " + notif.requestorId in handleNiNotification() 423 ", requestorId: " + notif.requestorId + in openNiDialog() 581 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 597 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssVisibilityControl.java | 140 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument 144 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification() 301 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument 307 mRequestorId = requestorId; in NfwNotification()
|
D | GnssLocationProvider.java | 1878 String requestorId, 1890 Log.i(TAG, "requestorId: " + requestorId + 1905 notification.requestorId = requestorId; 1920 notification.requestorId, 2012 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 2020 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1257 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local 1260 if (requestorId && text) { in niNotifyCb() 1264 notification.defaultResponse, requestorId, text, in niNotifyCb() 1271 if (requestorId) { in niNotifyCb() 1272 env->DeleteLocalRef(requestorId); in niNotifyCb() 1296 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local 1298 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 1301 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb() 1307 if (requestorId) { in nfwNotifyCb() 1308 env->DeleteLocalRef(requestorId); in nfwNotifyCb()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6202 // requestorId decoding scheme.
|