Searched refs:getResponseCode (Results 1 – 17 of 17) sorted by relevance
50 assertEquals(sipCode, debugInfo.getResponseCode()); in testSipDetailsAttr()81 assertEquals(debugInfo.getResponseCode(), unparcelledDetails.getResponseCode()); in testParcelUnparcel()
73 assertEquals(sipCode, received.getResponseCode()); in testAttributes()111 assertEquals(debugInfo.getResponseCode(), unparcelledDetails.getResponseCode()); in testParcelUnparcel()
87 assertEquals(sipCode, attr.getSipDetails().getResponseCode()); in testRegistrationTypeToTransportAttr()232 assertEquals(debugInfo.getResponseCode(), unparcelledDetails.getResponseCode()); in testParcelUnparcelWithSipDebugInfo()
3312 assertEquals(200, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithSipDetails()3326 assertEquals(200, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithSipDetails()3348 assertEquals(404, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithSipDetails()3363 assertEquals(404, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithSipDetails()3385 assertEquals(500, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithSipDetails()3466 assertEquals(200, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithoutSipDetails()3480 assertEquals(404, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithoutSipDetails()3496 assertEquals(500, receivedInfo.getResponseCode()); in testCapabilitiesRequestWithoutSipDetails()
1610 assertEquals(200, attr.getSipDetails().getResponseCode()); in testRcsDeviceCapabilitiesPublish()1816 assertEquals(200, details.getResponseCode()); in testRcsAttributesPublish()1880 assertEquals(sipCode, details.getResponseCode()); in testRcsAttributesPublish()3155 assertEquals(responseCode, details.getResponseCode()); in testRcsManagerRegistrationCallback()
35 public int getResponseCode() { in getResponseCode() method in KeyRequesterException
109 try (BufferedInputStream inputStream = connection.getResponseCode() < 400 in send()116 connection.getResponseCode(), in send()
235 if (urlConnection.getResponseCode() != 200) {237 + urlConnection.getResponseCode());
167 urlConnection.getResponseCode(); in connectToWebsite()
81 assertEquals(200, conn.getResponseCode()); in assertCleartextHttpURLConnectionSucceeds()99 conn.getResponseCode(); in assertCleartextHttpURLConnectionBlocked()
304 .getResponseCode(), in testCleartextNetwork()323 .getResponseCode()); in testEncryptedNetwork()419 .getResponseCode(), in testUntaggedSocketsHttp()428 .getResponseCode(); in testUntaggedSocketsHttp()557 .getResponseCode(), in testNetwork()770 .getResponseCode(), in testNoCleartextHttpTrafficAllowed()
201 urlConnection.getResponseCode(); in connectToWebsite()
399 if (connection.getResponseCode() != 200) { in makeHttpsRequest()400 log("Connection failed. Response code: " + connection.getResponseCode()); in makeHttpsRequest()
372 final int responseCode = urlConnection.getResponseCode(); in connectToWebsite()
636 rcode = conn.getResponseCode();
1566 name: "getResponseCode"
47202 method public int getResponseCode();