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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 49 .addFormValue("suite", mSuiteName)
IssueReporter.java 176 .addFormValue("productName", mProductName)
177 .addFormValue("buildType", mBuildType)
178 .addFormValue("buildId", mBuildId)
179 .addFormValue("testName", mTestName)
180 .addFormValue("stackTrace", mStackTrace)
MultipartForm.java 47 public MultipartForm addFormValue(String name, String value) {

Completed in 27 milliseconds