Searched refs:verifyRedirect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java310 public void verifyRedirect(int statusCode, String testName) throws Exception { method in class:RequestAPITest
367 verifyRedirect(HttpConstants.HTTP_MOVED_PERM, "testRedirect301");
371 verifyRedirect(HttpConstants.HTTP_MOVED_TEMP, "testRedirect302");
375 verifyRedirect(HttpConstants.HTTP_SEE_OTHER, "testRedirect303");
379 verifyRedirect(307, "testRedirect307");

Completed in 79 milliseconds