Searched refs:mEmulatorCommandLine (Results 1 – 2 of 2) sorted by relevance
94 public String mEmulatorCommandLine; field in AndroidLaunchConfiguration139 mEmulatorCommandLine = config.getAttribute( in set()
1110 if (config.mEmulatorCommandLine != null && config.mEmulatorCommandLine.length() > 0) { in launchEmulator()1111 String[] segments = config.mEmulatorCommandLine.split("\\s+"); //$NON-NLS-1$ in launchEmulator()