HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_TARGET_MODE (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 175 String value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
179 // ADT R20 changes the attribute type of ATTR_TARGET_MODE to be a string from a bool.
182 boolean value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, true);
EmulatorConfigTab.java 535 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
581 configuration.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
LaunchConfigDelegate.java 51 public static final String ATTR_TARGET_MODE = AdtPlugin.PLUGIN_ID + ".target"; //$NON-NLS-1$
AndroidLaunchController.java 220 wc.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
    [all...]

Completed in 111 milliseconds