Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java343 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream()
351 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream()
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java365 HttpURLConnection conn = createConnection(new URL(getUrl()), "POST", mContentType); in run() local
420 HttpURLConnection conn = createConnection(url, "GET", null); in getRemoteUrlStream() local
444 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream()
451 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream()
/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java124 HttpURLConnection conn = helper.createJsonConnection( in postResults() local