Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java279 final int requestorId = 1341234; in testDataPathWithPortInfoOnPublisher() local
288 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoOnPublisher()
318 final int requestorId = 1341234; in testDataPathWithPortInfoInvalidPort() local
326 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoInvalidPort()
352 final int requestorId = 1341234; in testDataPathWithPortInfoButNoSecurityOnSubscriber() local
359 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDataPathWithPortInfoButNoSecurityOnSubscriber()
386 final int requestorId = 1341234; in testDestroyNdiDuringNdpSetupResponder() local
396 DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId, requestorId, in testDestroyNdiDuringNdpSetupResponder()
447 final int requestorId = 1341234; in testMultipleNdpsOnSingleNdi() local
479 requestorId + i, peerDiscoveryMac, inOrder, inOrderM, false); in testMultipleNdpsOnSingleNdi()
[all …]
DWifiAwareStateManagerTest.java1389 final int requestorId = 22; in testMatchAndMessages() local
1448 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages()
1456 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages()
1467 mDut.onMessageReceivedNotification(subscribeId, requestorId, peerMac, peerMsg.getBytes()); in testMatchAndMessages()
1477 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(messageId)); in testMatchAndMessages()
1487 eq(requestorId), eq(peerMac), eq(ssi.getBytes()), eq(messageId2)); in testMatchAndMessages()
1627 final int requestorId = 568; in testMessageWhilePeerChangesIdentity() local
1676 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacOrig, in testMessageWhilePeerChangesIdentity()
1685 eq(requestorId), eq(peerMacOrig), eq(msgToPeer1.getBytes()), in testMessageWhilePeerChangesIdentity()
1694 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacLater, in testMessageWhilePeerChangesIdentity()
[all …]
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java138 public String requestorId; field in GpsNetInitiatedHandler.GpsNiNotification
273 + " requestorId: " + notif.requestorId in handleNiNotification()
418 ", requestorId: " + notif.requestorId + in openNiDialog()
576 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifTicker()
592 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding), in getNotifMessage()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java142 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument
146 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification()
304 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument
310 mRequestorId = requestorId; in NfwNotification()
DGnssLocationProvider.java1892 String requestorId,
1904 Log.i(TAG, "requestorId: " + requestorId +
1919 notification.requestorId = requestorId;
1934 notification.requestorId,
2026 String otherProtocolStackName, byte requestor, String requestorId, byte responseType,
2034 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1642 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in niNotifyCb() local
1645 if (requestorId && text) { in niNotifyCb()
1649 notification.defaultResponse, requestorId, text, in niNotifyCb()
1656 if (requestorId) { in niNotifyCb()
1657 env->DeleteLocalRef(requestorId); in niNotifyCb()
1681 jstring requestorId = env->NewStringUTF(notification.requestorId.c_str()); in nfwNotifyCb() local
1683 if (proxyAppPackageName && otherProtocolStackName && requestorId) { in nfwNotifyCb()
1686 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
1692 if (requestorId) { in nfwNotifyCb()
1693 env->DeleteLocalRef(requestorId); in nfwNotifyCb()
/frameworks/base/cmds/statsd/src/
Datoms.proto7293 // requestorId decoding scheme.