Home
last modified time | relevance | path

Searched refs:mServerUrl (Results 1 – 4 of 4) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DResultReporter.java34 private final String mServerUrl; field in ResultReporter
38 mServerUrl = serverUrl; in ResultReporter()
43 if (isEmpty(mServerUrl)) { in reportResult()
50 MultipartForm multipartForm = new MultipartForm(mServerUrl) in reportResult()
DMultipartForm.java35 private final String mServerUrl; field in MultipartForm
44 mServerUrl = serverUrl; in MultipartForm()
60 String redirectUrl = submitForm(mServerUrl); in submit()
DIssueReporter.java51 private String mServerUrl; field in IssueReporter
178 if (isEmpty(mServerUrl) in call()
187 new MultipartForm(mServerUrl) in call()
/cts/common/util/src/com/android/compatibility/common/util/
DMultipartForm.java35 /* package */ final String mServerUrl; field in MultipartForm
45 mServerUrl = serverUrl; in MultipartForm()
84 return submitForm(mServerUrl); in submit()