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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 275 * @param bodyFile The body to return in this response
278 protected MockResponse buildResponse(int status, File bodyFile)
280 final byte[] body = Streams.readFully(new FileInputStream(bodyFile));
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 662 milliseconds