Searched refs:onMessageReceivedNotification (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 505 mWifiAwareStateManager.onMessageReceivedNotification(event.discoverySessionId, event.peerId, in eventFollowupReceived()
|
D | WifiAwareStateManager.java | 1242 public void onMessageReceivedNotification(int pubSubId, int requestorInstanceId, byte[] peerMac, in onMessageReceivedNotification() method in WifiAwareStateManager
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 1486 mDut.onMessageReceivedNotification(subscribeId, requestorId, peerMac, peerMsg.getBytes()); in testMatchAndMessages() 1588 mDut.onMessageReceivedNotification(publishId, requestorId1, peerMac1, in testMultipleMessageSources() 1590 mDut.onMessageReceivedNotification(publishId, requestorId2, peerMac2, in testMultipleMessageSources() 1689 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacOrig, in testMessageWhilePeerChangesIdentity() 1707 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacLater, in testMessageWhilePeerChangesIdentity() 3082 mDut.onMessageReceivedNotification(-1, -1, new byte[0], new byte[0]); in testInvalidCallbackIdParameters()
|
D | WifiAwareDataPathStateManagerTest.java | 1965 mDut.onMessageReceivedNotification(pubSubId, requestorId, peerDiscoveryMac, in initDataPathEndPoint()
|