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.java523 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, in testMultipleNdpsOnSingleNdi()
650 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testMultipleIdenticalRequests()
771 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToSamePeer()
858 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdiToDifferentPeer()
948 mDut.onDataPathConfirmNotification(ndpId + i, peerDataPathMac, true, 0, null, null); in testMultipleNdpToDifferentPeerOnSingleNdi()
1589 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, peerToken, null); in testDataPathInitiatorUtilityMore()
1736 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathResponderUtility()
2226 mDut.onDataPathConfirmNotification(ndpId, peerDataPathMac, true, 0, null, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java551 mWifiAwareStateManager.onDataPathConfirmNotification(event.ndpInstanceId, in eventDataPathConfirm()
573 mWifiAwareStateManager.onDataPathConfirmNotification(event.V1_0.ndpInstanceId, in eventDataPathConfirm_1_2()
DWifiAwareStateManager.java1302 public void onDataPathConfirmNotification(int ndpId, byte[] mac, boolean accept, int reason, in onDataPathConfirmNotification() method in WifiAwareStateManager