Home
last modified time | relevance | path

Searched defs:doGet (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DIHttpHelper.java84 public String doGet(String url) throws IOException, DataSizeException; in doGet() method
95 public void doGet(String url, OutputStream outputStream) throws IOException; in doGet() method
DHttpHelper.java99 public String doGet(String url) throws IOException, DataSizeException { in doGet() method in HttpHelper
130 public void doGet(String url, OutputStream outputStream) throws IOException { in doGet() method in HttpHelper