Searched refs:HTTP_MOVED_TEMP (Results 1 – 4 of 4) sorted by relevance
32 public static final int HTTP_MOVED_TEMP = 302; field
885 public static final int HTTP_MOVED_TEMP = 302;
1812 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)1836 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)1858 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)1871 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)1887 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)1932 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)2033 testResponseRedirectedWithPost(HttpURLConnection.HTTP_MOVED_TEMP);2265 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP)
366 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP) in testRedirectsDoNotIncludeTooManyCookies()