Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java37 private static final HashMap<IDevice, Integer> devicePortMap = new HashMap<IDevice, Integer>(); field in DeviceBridge
143 synchronized (devicePortMap) { in setupDeviceForward()
148 devicePortMap.put(device, localPort); in setupDeviceForward()
165 synchronized (devicePortMap) { in removeDeviceForward()
166 final Integer localPort = devicePortMap.get(device); in removeDeviceForward()
170 devicePortMap.remove(device); in removeDeviceForward()
187 synchronized (devicePortMap) { in getDeviceLocalPort()
188 Integer port = devicePortMap.get(device); in getDeviceLocalPort()