Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/
DSupport_HttpConstants.java32 public static final int HTTP_MOVED_TEMP = 302; field
/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java885 public static final int HTTP_MOVED_TEMP = 302;
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java1812 .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)
DAbstractCookiesTest.java366 .setResponseCode(HttpURLConnection.HTTP_MOVED_TEMP) in testRedirectsDoNotIncludeTooManyCookies()