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

/libcore/support/src/test/java/tests/http/
H A DMockResponse.java33 private static final byte[] EMPTY_BODY = new byte[0]; field in class:MockResponse
37 private byte[] body = EMPTY_BODY;
96 if (this.body == EMPTY_BODY) {

Completed in 61 milliseconds