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

/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockWebServer.java210 String request = readAsciiUntilCrlf(in);
219 while (!(header = readAsciiUntilCrlf(in)).equals("")) {
240 int chunkSize = Integer.parseInt(readAsciiUntilCrlf(in).trim(), 16);
378 private String readAsciiUntilCrlf(InputStream in) throws IOException { method in class:MockWebServer
394 String line = readAsciiUntilCrlf(in);

Completed in 42 milliseconds