Home
last modified time | relevance | path

Searched refs:ATTR_COMMANDLINE (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchConfiguration.java150 LaunchConfigDelegate.ATTR_COMMANDLINE, ""); //$NON-NLS-1$ in set()
DEmulatorConfigTab.java521 LaunchConfigDelegate.ATTR_COMMANDLINE, ""); //$NON-NLS-1$ in initializeFrom()
549 configuration.setAttribute(LaunchConfigDelegate.ATTR_COMMANDLINE, in performApply()
594 configuration.setAttribute(LaunchConfigDelegate.ATTR_COMMANDLINE, emuOptions); in setDefaults()
DLaunchConfigDelegate.java106 … public static final String ATTR_COMMANDLINE = AdtPlugin.PLUGIN_ID + ".commandline"; //$NON-NLS-1$ field in LaunchConfigDelegate
DAndroidLaunchController.java245 wc.setAttribute(LaunchConfigDelegate.ATTR_COMMANDLINE, emuOptions); in getLaunchConfig()