Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java585 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testMultipleNdpsOnSingleNdi()
732 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testMultipleIdenticalRequests()
1412 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1430 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1446 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathInitiatorUtilityMore()
1546 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
1563 mDut.onEndDataPathResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java347 mWifiAwareStateManager.onEndDataPathResponse(id, status.status == NanStatusType.SUCCESS, in notifyTerminateDataPathResponse()
DWifiAwareStateManager.java1010 public void onEndDataPathResponse(short transactionId, boolean success, int reasonOnFailure) { in onEndDataPathResponse() method in WifiAwareStateManager