HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_VERSION_STRING (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 60 protected String HTTP_VERSION_STRING = "HTTP/1.1";
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");
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 53 protected String HTTP_VERSION_STRING = "HTTP/1.1";
166 HTTP_VERSION_STRING = "HTTP/1.1";
168 HTTP_VERSION_STRING = "HTTP/1.0";
626 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
734 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
747 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
750 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");

Completed in 332 milliseconds