Home
last modified time | relevance | path

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

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