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

Completed in 124 milliseconds