Home
last modified time | relevance | path

Searched refs:responseCode (Results 1 – 4 of 4) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DKeyRequesterException.java29 public KeyRequesterException(int responseCode, String responseMessage, byte[] responseBody) { in KeyRequesterException() argument
30 mResponseCode = responseCode; in KeyRequesterException()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java372 final int responseCode = urlConnection.getResponseCode(); in connectToWebsite() local
374 Log.d(TAG, "Got response code: " + responseCode); in connectToWebsite()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNetworkLoggingTest.kt162 urlConnection.responseCode in <lambda>()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java3141 int responseCode = 200; in testRcsManagerRegistrationCallback() local
3148 .setCSeq(cSeq).setSipResponseCode(responseCode, responsePhrase) in testRcsManagerRegistrationCallback()
3155 assertEquals(responseCode, details.getResponseCode()); in testRcsManagerRegistrationCallback()