Home
last modified time | relevance | path

Searched refs:ATTR_TARGET_MODE (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.java175 String value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, in parseTargetMode()
182 boolean value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, true); in parseTargetMode()
DEmulatorConfigTab.java535 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, in performApply()
581 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, in setDefaults()
DLaunchConfigDelegate.java51 public static final String ATTR_TARGET_MODE = AdtPlugin.PLUGIN_ID + ".target"; //$NON-NLS-1$ field in LaunchConfigDelegate
DAndroidLaunchController.java220 wc.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, in getLaunchConfig()