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

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

Completed in 60 milliseconds