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

/frameworks/base/tests/CoreTests/android/core/
H A DHttpConstants.java19 interface HttpConstants { interface
H A DRequestAPITest.java37 public class RequestAPITest extends AndroidTestCase implements HttpConstants {
345 testEventHandler.expectStatus(HttpConstants.HTTP_OK);
368 verifyRedirect(HttpConstants.HTTP_MOVED_PERM, "testRedirect301");
372 verifyRedirect(HttpConstants.HTTP_MOVED_TEMP, "testRedirect302");
376 verifyRedirect(HttpConstants.HTTP_SEE_OTHER, "testRedirect303");
H A DTestWebServer.java34 class TestWebServer implements HttpConstants {
326 class Worker implements HttpConstants, Runnable {

Completed in 56 milliseconds