Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java357 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream()
365 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.java127 HttpURLConnection conn = helper.createJsonConnection( in postResults() local
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py201 def _process_connection(self, conn, event_handler): argument