Searched refs:onSessionConfigFailResponse (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 192 mWifiAwareStateManager.onSessionConfigFailResponse(id, true, status); in notifyStartPublishResponse() 201 mWifiAwareStateManager.onSessionConfigFailResponse(id, false, status); in notifyStartSubscribeResponse()
|
D | WifiAwareStateManager.java | 1689 public void onSessionConfigFailResponse(short transactionId, boolean isPublish, int reason) { in onSessionConfigFailResponse() method in WifiAwareStateManager
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 950 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, reasonFail); in testPublishFail() 1312 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, reasonFail); in testPublishUpdateFail() 1349 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, in testPublishUpdateFail() 1498 mDut.onSessionConfigFailResponse(transactionId.getValue(), false, reasonFail); in testSubscribeFail() 1684 mDut.onSessionConfigFailResponse(transactionId.getValue(), false, reasonFail); in testSubscribeUpdateFail() 3542 mDut.onSessionConfigFailResponse(transactionIdConfig, true, -1); in testInvalidCallbackIdParameters() 3545 mDut.onSessionConfigFailResponse(transactionIdConfig, false, -1); in testInvalidCallbackIdParameters()
|