Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java640 mDut.onDataPathEndNotification(ndpId + i); in testMultipleNdpsOnSingleNdi()
799 mDut.onDataPathEndNotification(ndpId); in testMultipleIdenticalRequests()
1891 mDut.onDataPathEndNotification(ndpId); in testDataPathInitiatorUtilityMore()
2019 mDut.onDataPathEndNotification(ndpId); in testDataPathResponderUtility()
2504 mDut.onDataPathEndNotification(ndpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2513 mDut.onDataPathEndNotification(endNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2529 mDut.onDataPathEndNotification(successNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java415 mWifiAwareStateManager.onDataPathEndNotification(ndpInstanceId); in eventDataPathTerminated()
DWifiAwareStateManager.java2107 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification() method in WifiAwareStateManager