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.java597 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, in testMultipleNdpsOnSingleNdi()
736 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testMultipleIdenticalRequests()
864 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToSamePeer()
954 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToSamePeerWithSecurityUpgrade()
1050 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToDifferentPeer()
1148 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdpToDifferentPeerOnSingleNdi()
1802 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, peerToken, null); in testDataPathInitiatorUtilityMore()
1970 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathResponderUtility()
2474 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java396 mWifiAwareStateManager.onDataPathConfirmNotification(ndpInstanceId, in eventDataPathConfirm()
DWifiAwareStateManager.java2090 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification() method in WifiAwareStateManager