Searched refs:responseCode (Results 1 – 4 of 4) sorted by relevance
29 public KeyRequesterException(int responseCode, String responseMessage, byte[] responseBody) { in KeyRequesterException() argument30 mResponseCode = responseCode; in KeyRequesterException()
372 final int responseCode = urlConnection.getResponseCode(); in connectToWebsite() local374 Log.d(TAG, "Got response code: " + responseCode); in connectToWebsite()
162 urlConnection.responseCode in <lambda>()
3141 int responseCode = 200; in testRcsManagerRegistrationCallback() local3148 .setCSeq(cSeq).setSipResponseCode(responseCode, responsePhrase) in testRcsManagerRegistrationCallback()3155 assertEquals(responseCode, details.getResponseCode()); in testRcsManagerRegistrationCallback()