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.java357 mWifiAwareStateManager.onMessageReceivedNotification(discoverySessionId, peerId, in eventFollowupReceived()
DWifiAwareStateManager.java1934 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.java1816 mDut.onMessageReceivedNotification(subscribeId, requestorId, peerMac, peerMsg.getBytes()); in testMatchAndMessages()
1918 mDut.onMessageReceivedNotification(publishId, requestorId1, peerMac1, in testMultipleMessageSources()
1920 mDut.onMessageReceivedNotification(publishId, requestorId2, peerMac2, in testMultipleMessageSources()
2020 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacOrig, in testMessageWhilePeerChangesIdentity()
2038 mDut.onMessageReceivedNotification(publishId, requestorId, peerMacLater, in testMessageWhilePeerChangesIdentity()
3447 mDut.onMessageReceivedNotification(-1, -1, new byte[0], new byte[0]); in testInvalidCallbackIdParameters()
DWifiAwareDataPathStateManagerTest.java2187 mDut.onMessageReceivedNotification(pubSubId, requestorId, peerDiscoveryMac, in initDataPathEndPoint()