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.java629 mDut.onDataPathEndNotification(ndpId + i); in testMultipleNdpsOnSingleNdi()
788 mDut.onDataPathEndNotification(ndpId); in testMultipleIdenticalRequests()
1880 mDut.onDataPathEndNotification(ndpId); in testDataPathInitiatorUtilityMore()
2008 mDut.onDataPathEndNotification(ndpId); in testDataPathResponderUtility()
2493 mDut.onDataPathEndNotification(ndpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2502 mDut.onDataPathEndNotification(endNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2518 mDut.onDataPathEndNotification(successNdpId); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java409 mWifiAwareStateManager.onDataPathEndNotification(ndpInstanceId); in eventDataPathTerminated()
DWifiAwareStateManager.java2104 public void onDataPathEndNotification(int ndpId) { in onDataPathEndNotification() method in WifiAwareStateManager