Home
last modified time | relevance | path

Searched refs:onMessageReceivedNotification (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java505 mWifiAwareStateManager.onMessageReceivedNotification(event.discoverySessionId, event.peerId, in eventFollowupReceived()
DWifiAwareStateManager.java1242 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/
DWifiAwareStateManagerTest.java1486 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()
DWifiAwareDataPathStateManagerTest.java1965 mDut.onMessageReceivedNotification(pubSubId, requestorId, peerDiscoveryMac, in initDataPathEndPoint()