Searched refs:ATTR_AVD_NAME (Results 1 – 4 of 4) sorted by relevance
127 mAvdName = config.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, mAvdName); in set()
460 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()
88 public static final String ATTR_AVD_NAME = AdtPlugin.PLUGIN_ID + ".avd"; //$NON-NLS-1$ field in LaunchConfigDelegate
224 wc.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String) null); in getLaunchConfig()