Searched refs:CollectTraceAction (Results 1 – 2 of 2) sorted by relevance
68 CollectTraceAction.setupForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT); in run()89 CollectTraceAction.startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT); in run()95 CollectTraceAction.disablePortForwarding(mClient.getDevice(), LOCAL_FORWARDED_PORT); in run()98 CollectTraceAction.openInEditor(shell, traceOptions.traceDestination); in run()
62 public class CollectTraceAction implements IWorkbenchWindowActionDelegate { class