Home
last modified time | relevance | path

Searched refs:onMatchNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java299 mDut.onMatchNotification(subscribeId1, requestorIdBase, peerMac1, null, null, 0, 0); in testRequestMacAddresses()
300 mDut.onMatchNotification(subscribeId1, requestorIdBase + 1, peerMac2, null, null, in testRequestMacAddresses()
310 mDut.onMatchNotification(subscribeId2, requestorIdBase + 2, peerMac3, null, null, 0, 0); in testRequestMacAddresses()
1415 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages()
1423 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages()
1727 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageToInvalidPeerId()
1796 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageErrorsImmediateQueueTimeout()
1922 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageRetransmitSuccess()
2009 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageRetransmitFail()
2101 mDut.onMatchNotification(subscribeId, requestorId, peerMac, null, null, 0, 0); in testSendMessageQueueSequence()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java419 mWifiAwareStateManager.onMatchNotification(event.discoverySessionId, event.peerId, in eventMatch()
DWifiAwareStateManager.java1052 public void onMatchNotification(int pubSubId, int requestorInstanceId, byte[] peerMac, in onMatchNotification() method in WifiAwareStateManager