Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java145 int localPort = nextLocalPort++; in setupDeviceForward() local
147 device.createForward(localPort, Configuration.DEFAULT_SERVER_PORT); in setupDeviceForward()
148 devicePortMap.put(device, localPort); in setupDeviceForward()
166 final Integer localPort = devicePortMap.get(device); in removeDeviceForward() local
167 if (localPort != null) { in removeDeviceForward()
169 device.removeForward(localPort, Configuration.DEFAULT_SERVER_PORT); in removeDeviceForward()