Home
last modified time | relevance | path

Searched refs:DEFAULT_SERVER_PORT (Results 1 – 2 of 2) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java38 private static int nextLocalPort = Configuration.DEFAULT_SERVER_PORT;
90 return startViewServer(device, Configuration.DEFAULT_SERVER_PORT); in startViewServer()
147 device.createForward(localPort, Configuration.DEFAULT_SERVER_PORT); in setupDeviceForward()
169 device.removeForward(localPort, Configuration.DEFAULT_SERVER_PORT); in removeDeviceForward()
DConfiguration.java20 public static final int DEFAULT_SERVER_PORT = 4939; field in Configuration