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.java561 mDut.onDataPathEndNotification(ndpId + i); in testMultipleNdpsOnSingleNdi()
709 mDut.onDataPathEndNotification(ndpId); in testMultipleIdenticalRequests()
1663 mDut.onDataPathEndNotification(ndpId); in testDataPathInitiatorUtilityMore()
1775 mDut.onDataPathEndNotification(ndpId); in testDataPathResponderUtility()
2255 mDut.onDataPathEndNotification(ndpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2264 mDut.onDataPathEndNotification(endNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2280 mDut.onDataPathEndNotification(successNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java605 mWifiAwareStateManager.onDataPathEndNotification(ndpInstanceId); in eventDataPathTerminated()
DWifiAwareStateManager.java1319 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification() method in WifiAwareStateManager