/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 284 final int requestorId = 1341234; in testDataPathPmkWithoutPermission() local 294 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathPmkWithoutPermission() 320 final int requestorId = 1341234; in testDataPathWithPortInfoOnPublisher() local 329 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoOnPublisher() 359 final int requestorId = 1341234; in testDataPathWithPortInfoInvalidPort() local 367 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoInvalidPort() 393 final int requestorId = 1341234; in testDataPathWithPortInfoButNoSecurityOnSubscriber() local 400 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoButNoSecurityOnSubscriber() 427 final int requestorId = 1341234; in testDestroyNdiDuringNdpSetupResponder() local 437 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 | 132 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification 263 + " requestorId: " + notif.requestorId in handleNiNotification() 408 ", requestorId: " + notif.requestorId + in openNiDialog() 565 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker() 581 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
|
/frameworks/base/services/core/java/com/android/server/location/ |
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()
|
D | GnssLocationProvider.java | 1841 String requestorId, 1853 Log.i(TAG, "requestorId: " + requestorId + 1868 notification.requestorId = requestorId; 1883 notification.requestorId, 1982 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 1990 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1237 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local 1240 if (requestorId && text) { in niNotifyCb() 1244 notification.defaultResponse, requestorId, text, in niNotifyCb() 1251 if (requestorId) { in niNotifyCb() 1252 env->DeleteLocalRef(requestorId); in niNotifyCb() 1276 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local 1278 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb() 1281 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb() 1287 if (requestorId) { in nfwNotifyCb() 1288 env->DeleteLocalRef(requestorId); in nfwNotifyCb()
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 717 Lcom/android/internal/location/GpsNetInitiatedHandler$GpsNiNotification;->requestorId:Ljava/lang/St…
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5432 // requestorId decoding scheme.
|