Home
last modified time | relevance | path

Searched refs:getConnectionOutputStream (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpHelper.java367 outputStream = getConnectionOutputStream(conn); in run()
451 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream() method in HttpHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java366 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream() method in HttpHelperTest.TestHttpHelper