Searched refs:onRespondToDataPathSetupRequestResponse (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 441 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/ |
D | WifiAwareNativeCallback.java | 395 mWifiAwareStateManager.onRespondToDataPathSetupRequestResponse(id, in notifyRespondToDataPathIndicationResponse()
|
D | WifiAwareStateManager.java | 1144 public void onRespondToDataPathSetupRequestResponse(short transactionId, boolean success, in onRespondToDataPathSetupRequestResponse() method in WifiAwareStateManager
|