Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java441 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDestroyNdiDuringNdpSetupResponder()
1731 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDataPathResponderUtility()
2220 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2434 mDut.onRespondToDataPathSetupRequestResponse(transactionId.getValue(), true, 0); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java395 mWifiAwareStateManager.onRespondToDataPathSetupRequestResponse(id, in notifyRespondToDataPathIndicationResponse()
DWifiAwareStateManager.java1144 public void onRespondToDataPathSetupRequestResponse(short transactionId, boolean success, in onRespondToDataPathSetupRequestResponse() method in WifiAwareStateManager