Searched refs:psPrint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 722 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_301]); in handleClient() 726 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_302]); in handleClient() 729 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_303]); in handleClient() 732 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_307]); in handleClient() 752 void psPrint(PrintStream ps, String s) throws IOException { in psPrint() method in TestWebServer.Worker 775 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently"); in printStatus() 777 psPrint(ps, "Location: " + redirectHost); in printStatus() 788 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found"); in printStatus() 791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus() 802 psPrint(ps,"Server: TestWebServer"+mPort); in printHeaders() [all …]
|