Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java560 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testMultipleNdpsOnSingleNdi()
708 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testMultipleIdenticalRequests()
1624 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1648 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1662 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1759 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
1774 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
2256 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2279 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java406 mWifiAwareStateManager.onEndDataPathResponse(id, status.status == NanStatusType.SUCCESS, in notifyTerminateDataPathResponse()
DWifiAwareStateManager.java1157 public void onEndDataPathResponse(short transactionId, boolean success, int reasonOnFailure) { in onEndDataPathResponse() method in WifiAwareStateManager