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

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java60 protected String HTTP_VERSION_STRING = "HTTP/1.1"; field in class:TestWebServer
158 HTTP_VERSION_STRING = "HTTP/1.1";
160 HTTP_VERSION_STRING = "HTTP/1.0";
667 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
775 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
788 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");

Completed in 455 milliseconds