Searched refs:onMatchNotification (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
H A D | WifiAwareStateManagerTest.java | 321 mDut.onMatchNotification(subscribeId1, requestorIdBase + 1, peerMac2, null, null, in testRequestMacAddresses() 1467 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages() 1475 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testMatchAndMessages() 1776 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageToInvalidPeerId() 1844 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageErrorsImmediateQueueTimeout() 1969 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageRetransmitSuccess() 2055 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendMessageRetransmitFail() 2146 mDut.onMatchNotification(subscribeId, requestorId, peerMac, null, null, 0, 0); in testSendMessageQueueSequence() 2395 mDut.onMatchNotification(subscribeId, requestorId, peerMac, null, null, 0, 0); in testSendMessageQueueSequenceImperfect() 2526 mDut.onMatchNotification(subscribeId, requestorId, peerMac, peerSsi.getBytes(), in testSendEmptyMessages() [all …]
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareNativeCallback.java | 478 mWifiAwareStateManager.onMatchNotification(event.discoverySessionId, event.peerId, in eventMatch()
|
H A D | WifiAwareStateManager.java | 1199 public void onMatchNotification(int pubSubId, int requestorInstanceId, byte[] peerMac, in onMatchNotification() method in WifiAwareStateManager
|