Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperTest.java239 InputStream getConnectionInputStream(HttpURLConnection conn) { in testDoPostWithRetry_datasize()
357 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream() method in HttpHelperTest.TestHttpHelper
/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpHelper.java372 inputStream = getConnectionInputStream(conn); in run()
444 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream() method in HttpHelper