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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 214 * @param newConfigName the configuration name to add or replace
218 String newConfigName, FolderConfiguration config) {
223 if (oldConfigName != null && oldConfigName.equals(newConfigName) == false) {
228 device.addConfig(newConfigName, config);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 383 String newConfigName = null; // name of the single new config. used for the select.
404 newConfigName = (selection.device != targetDevice) ?
412 mManager.addUserConfiguration(targetDevice, newConfigName, copy);
417 select(targetDevice, newConfigName);
ConfigurationComposite.java     [all...]

Completed in 40 milliseconds