Home
last modified time | relevance | path

Searched refs:port (Results 1 – 3 of 3) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java93 public static boolean startViewServer(IDevice device, int port) { in startViewServer() argument
98 device.executeShellCommand(buildStartServerShellCommand(port), in startViewServer()
188 Integer port = devicePortMap.get(device); in getDeviceLocalPort() local
189 if (port != null) { in getDeviceLocalPort()
190 return port; in getDeviceLocalPort()
199 private static String buildStartServerShellCommand(int port) { in buildStartServerShellCommand() argument
201 Configuration.SERVICE_CODE_START_SERVER, port); in buildStartServerShellCommand()
/sdk/files/
Dandroid.el61 (defun android-jdb (port root)
75 port
/sdk/apps/SdkController/
DImplementation.txt61 - then connect(port) is called to initiate the connection.