HomeSort by relevance Sort by last modified time
    Searched defs:initServer (Results 1 - 2 of 2) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 100 public int initServer(String servePath, String contentType) throws Exception {
102 return initServer();
105 public int initServer() throws Exception {
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 106 public void initServer(boolean log) throws Exception {
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
115 public void initServer(int port, boolean log) throws Exception {
116 initServer(port, DEFAULT_TIMEOUT, log);
126 public void initServer(int port, int timeout, boolean log) throws Exception {

Completed in 396 milliseconds