Searched defs:writeFormField (Results 1 - 2 of 2) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
H A DMultipartForm.java135 writeFormField(writer, formValue.getKey(), formValue.getValue());
150 private void writeFormField(PrintWriter writer, String name, String value) { method in class:MultipartForm
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DMultipartForm.java114 writeFormField(writer, formValue.getKey(), formValue.getValue());
129 private void writeFormField(PrintWriter writer, String name, String value) { method in class:MultipartForm

Completed in 90 milliseconds