Searched refs:HTTP_UNAUTHORIZED (Results 1 – 11 of 11) sorted by relevance
29 import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;190 if (code == HTTP_UNAUTHORIZED) { in challenges()
30 import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;197 if (code == HTTP_UNAUTHORIZED) { in challenges()
193 if (statusCode == HttpURLConnection.HTTP_UNAUTHORIZED in performRequest()
67 import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;918 case HTTP_UNAUTHORIZED: in followUpRequest()
66 import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED;905 case HTTP_UNAUTHORIZED: in followUpRequest()
283 case HttpURLConnection.HTTP_UNAUTHORIZED: // 401 in httpStatusToGrpcCode()
315 # define HTTP_UNAUTHORIZED HTTP_STATUS_UNAUTHORIZED macro
216 server.enqueue(new MockResponse().setResponseCode(HttpURLConnection.HTTP_UNAUTHORIZED) in authenticate()
175 } else if (responseCode == HttpURLConnection.HTTP_UNAUTHORIZED) { in assertCached()
192 } else if (responseCode == HttpURLConnection.HTTP_UNAUTHORIZED) { in assertCached()
166 } else if (responseCode == HttpURLConnection.HTTP_UNAUTHORIZED) { in assertCached()