Searched refs:firstMonitorPort (Results 1 - 5 of 5) sorted by relevance

/external/vogar/src/vogar/tasks/
H A DPrepareTarget.java45 target.forwardTcp(run.firstMonitorPort + i);
H A DRunActionTask.java92 ? hostMonitor.attach(monitorPort(run.firstMonitorPort))
191 : run.firstMonitorPort + runnerThreadId.get();
H A DBuildActionTask.java188 properties.setProperty(TestProperties.MONITOR_PORT, Integer.toString(run.firstMonitorPort));
/external/vogar/src/vogar/
H A DRun.java72 public final int firstMonitorPort; field in class:Run
135 this.firstMonitorPort = vogar.firstMonitorPort;
H A DVogar.java78 int firstMonitorPort = -1; field in class:Vogar
475 if (firstMonitorPort == -1) {
476 firstMonitorPort = modeId.isLocal() ? 8788 : 8787;

Completed in 82 milliseconds