Home
last modified time | relevance | path

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

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