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

  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 758 void psWrite(PrintStream ps, byte[] bytes, int len) throws IOException {
861 psWrite(ps, TestWebData.tests[testNum], dataSize);
867 psWrite(ps, TestWebData.tests[testNum], dataSize);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 717 void psWrite(PrintStream ps, byte[] bytes, int offset, int count) throws IOException {
873 psWrite(ps, bytes, offset, chunkSize);
881 psWrite(ps, bytes, 0, bytes.length);

Completed in 1844 milliseconds