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

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java275 * @param bodyFile The body to return in this response
278 protected MockResponse buildResponse(int status, File bodyFile) argument
280 final byte[] body = Streams.readFully(new FileInputStream(bodyFile));

Completed in 39 milliseconds