Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java575 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, in testMultipleNdpsOnSingleNdi()
714 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testMultipleIdenticalRequests()
842 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToSamePeer()
932 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToSamePeerWithSecurityUpgrade()
1028 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToDifferentPeer()
1126 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdpToDifferentPeerOnSingleNdi()
1780 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, peerToken, null); in testDataPathInitiatorUtilityMore()
1948 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathResponderUtility()
2452 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java387 mWifiAwareStateManager.onDataPathConfirmNotification(ndpInstanceId, in eventDataPathConfirm()
DWifiAwareStateManager.java1994 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification() method in WifiAwareStateManager