Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchConfiguration.java95 public String mEmulatorCommandLine; field in AndroidLaunchConfiguration
149 mEmulatorCommandLine = config.getAttribute( in set()
DAndroidLaunchController.java1313 if (config.mEmulatorCommandLine != null && config.mEmulatorCommandLine.length() > 0) { in launchEmulator()
1314 String[] segments = config.mEmulatorCommandLine.split("\\s+"); //$NON-NLS-1$ in launchEmulator()