HomeSort by relevance Sort by last modified time
    Searched refs:startServer (Results 1 - 10 of 10) sorted by null

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
StartServerAction.java 26 public static final String ACTION_NAME = "startServer";
38 executeBackgroundTask(mWorkspace.startServer());
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 34 protected int startServer(String name) {
69 int sport = startServer("test_createSocket()");
SSLSocketTest.java 64 int sport = startServer("Cons InetAddress,I");
92 int sport = startServer("Cons InetAddress,I,InetAddress,I");
141 int sport = startServer("Cons String,I");
175 int sport = startServer("Cons String,I,InetAddress,I");
398 ssl = getSSLSocket("localhost", startServer("UseClientMode"));
493 protected int startServer(String name) {