Searched refs:port (Results 1 – 3 of 3) sorted by relevance
93 public static boolean startViewServer(IDevice device, int port) { in startViewServer() argument98 device.executeShellCommand(buildStartServerShellCommand(port), in startViewServer()188 Integer port = devicePortMap.get(device); in getDeviceLocalPort() local189 if (port != null) { in getDeviceLocalPort()190 return port; in getDeviceLocalPort()199 private static String buildStartServerShellCommand(int port) { in buildStartServerShellCommand() argument201 Configuration.SERVICE_CODE_START_SERVER, port); in buildStartServerShellCommand()
61 (defun android-jdb (port root)75 port
61 - then connect(port) is called to initiate the connection.