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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 50 .addFormFile("resultXml", "testResult.xml.gz", data)
MultipartForm.java 52 public MultipartForm addFormFile(String name, String fileName, byte[] data) {
IssueReporter.java 181 .addFormFile("bugReport", "bugreport.txt.gz", mBugReport)

Completed in 29 milliseconds