Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java93 public static boolean startViewServer(IDevice device, int port) { in startViewServer()
188 Integer port = devicePortMap.get(device); in getDeviceLocalPort() local
199 private static String buildStartServerShellCommand(int port) { in buildStartServerShellCommand()