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

/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockResponse.java40 private static final byte[] EMPTY_BODY = new byte[0]; field in class:MockResponse
45 private byte[] body = EMPTY_BODY;

Completed in 83 milliseconds