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.java285 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 …]
DWifiAwareStateManagerTest.java1357 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/
DGpsNetInitiatedHandler.java139 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/
DGnssVisibilityControl.java140 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()
DGnssLocationProvider.java1878 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/
Dcom_android_server_location_GnssLocationProvider.cpp1257 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/
Datoms.proto6202 // requestorId decoding scheme.