Home
last modified time | relevance | path

Searched refs:ATTR_AVD_NAME (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.java127 mAvdName = config.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, mAvdName); in set()
DEmulatorConfigTab.java460 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, in initializeFrom()
541 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, avd.getName()); in performApply()
543 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String)null); in performApply()
DLaunchConfigDelegate.java88 public static final String ATTR_AVD_NAME = AdtPlugin.PLUGIN_ID + ".avd"; //$NON-NLS-1$ field in LaunchConfigDelegate
DAndroidLaunchController.java224 wc.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String) null); in getLaunchConfig()