Home
last modified time | relevance | path

Searched refs:onConfigSuccessResponse (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java273 mDut.onConfigSuccessResponse(transactionId.getValue()); in testRequestMacAddresses()
371 mDut.onConfigSuccessResponse(transactionId.getValue()); in testAwareDataPathInterfaceUpDown()
464 mDut.onConfigSuccessResponse(transactionId.getValue()); in testDisableUsageFlow()
508 mDut.onConfigSuccessResponse(transactionId.getValue()); in testDisableUsageFlow()
594 mDut.onConfigSuccessResponse(transactionId); in testAwareEventsDelivery()
603 mDut.onConfigSuccessResponse(transactionId); in testAwareEventsDelivery()
678 mDut.onConfigSuccessResponse(transactionId.getValue()); in testHalNoResponseTimeout()
742 mDut.onConfigSuccessResponse(transactionId.getValue()); in testPublishFail()
813 mDut.onConfigSuccessResponse(transactionId.getValue()); in testPublishSuccessTerminated()
895 mDut.onConfigSuccessResponse(transactionId.getValue()); in testPublishUpdateFail()
[all …]
DWifiAwareDataPathStateManagerTest.java1812 mDut.onConfigSuccessResponse(transactionId.getValue()); in initOobDataPathEndPoint()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java191 mWifiAwareStateManager.onConfigSuccessResponse(id); in notifyEnableResponse()
202 mWifiAwareStateManager.onConfigSuccessResponse(id); in notifyConfigResponse()
DWifiAwareStateManager.java849 public void onConfigSuccessResponse(short transactionId) { in onConfigSuccessResponse() method in WifiAwareStateManager