Searched refs:setNetworkResponseCode (Results 1 – 4 of 4) sorted by relevance
171 public synchronized void setNetworkResponseCode(int sipCode, String reason) { in setNetworkResponseCode() method in CapabilityRequestResponse180 setNetworkResponseCode(details.getResponseCode(), details.getResponsePhrase()); in setSipDetails()
144 mRequestResponse.setNetworkResponseCode(sipCode, reason); in onNetworkResponse()
152 verify(mRequestResponse).setNetworkResponseCode(sipCode, reason); in testNetworkResponse()
134 verify(mRequestResponse, never()).setNetworkResponseCode(anyInt(), anyString()); in testNetworkResponse()