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

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java722 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_301]);
726 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_302]);
729 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_303]);
732 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_307]);
752 void psPrint(PrintStream ps, String s) throws IOException { method in class:TestWebServer.Worker
775 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
777 psPrint(ps, "Location: " + redirectHost);
788 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
802 psPrint(p
[all...]

Completed in 23 milliseconds