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

  /libcore/support/src/test/java/tests/http/
MockResponse.java 33 private static final byte[] EMPTY_BODY = new byte[0];
37 private byte[] body = EMPTY_BODY;
96 if (this.body == EMPTY_BODY) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 33 private static final byte[] EMPTY_BODY = new byte[0];
37 private byte[] body = EMPTY_BODY;
117 if (this.body == EMPTY_BODY) {

Completed in 388 milliseconds