Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java236 mWifiAwareStateManager.onRespondToDataPathSetupRequestResponse(id, in notifyRespondToDataPathIndicationResponse()
DWifiAwareStateManager.java1791 public void onRespondToDataPathSetupRequestResponse(short transactionId, boolean success, in onRespondToDataPathSetupRequestResponse() method in WifiAwareStateManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java485 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDestroyNdiDuringNdpSetupResponder()
1937 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
2444 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2665 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist()
2722 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), false, 0); in testResponseFailure()