Searched refs:onSessionConfigFailResponse (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 290 mWifiAwareStateManager.onSessionConfigFailResponse(id, true, status.status); in notifyStartPublishResponse() 318 mWifiAwareStateManager.onSessionConfigFailResponse(id, false, status.status); in notifyStartSubscribeResponse()
|
D | WifiAwareStateManager.java | 1045 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 | 774 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, reasonFail); in testPublishFail() 950 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, reasonFail); in testPublishUpdateFail() 984 mDut.onSessionConfigFailResponse(transactionId.getValue(), true, in testPublishUpdateFail() 1119 mDut.onSessionConfigFailResponse(transactionId.getValue(), false, reasonFail); in testSubscribeFail() 1296 mDut.onSessionConfigFailResponse(transactionId.getValue(), false, reasonFail); in testSubscribeUpdateFail() 3075 mDut.onSessionConfigFailResponse(transactionIdConfig, true, -1); in testInvalidCallbackIdParameters() 3078 mDut.onSessionConfigFailResponse(transactionIdConfig, false, -1); in testInvalidCallbackIdParameters()
|