Home
last modified time | relevance | path

Searched refs:addFormValue (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultUploader.java37 mMultipartForm = new MultipartForm(serverUrl).addFormValue("suite", suiteName); in ResultUploader()
53 mMultipartForm.addFormValue("referenceUrl", referenceUrl); in uploadResult()
DMultipartForm.java55 public MultipartForm addFormValue(String name, String value) { in addFormValue() method in MultipartForm
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DMultipartFormTest.java52 form.addFormValue("foo", "bar"); in testContentBody()