Searched refs:onEndDataPathResponse (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 585 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/ |
D | WifiAwareNativeCallback.java | 347 mWifiAwareStateManager.onEndDataPathResponse(id, status.status == NanStatusType.SUCCESS, in notifyTerminateDataPathResponse()
|
D | WifiAwareStateManager.java | 1010 public void onEndDataPathResponse(short transactionId, boolean success, int reasonOnFailure) { in onEndDataPathResponse() method in WifiAwareStateManager
|