Searched defs:LOCAL_FORWARDED_PORT (Results 1 – 2 of 2) sorted by relevance
20 private static final int LOCAL_FORWARDED_PORT = 6049; field in DeviceViewAction.StartTraceAction68 CollectTraceAction.setupForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT); in run() local95 CollectTraceAction.disablePortForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT); in run() local
67 private static final int LOCAL_FORWARDED_PORT = 6039; field in CollectTraceAction