Home
last modified time | relevance | path

Searched refs:ATTR_REUSE_LAST_USED_DEVICE (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchConfiguration.java119 LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, false); in set()
DEmulatorConfigTab.java406 LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, false); in initializeFrom()
537 configuration.setAttribute(LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, in performApply()
DLaunchConfigDelegate.java55 public static final String ATTR_REUSE_LAST_USED_DEVICE = field in LaunchConfigDelegate
DAndroidLaunchController.java1823 LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, false); in updateLaunchConfigWithLastUsedDevice()
1830 wc.setAttribute(LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, reuse); in updateLaunchConfigWithLastUsedDevice()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java357 boolean reuse = config.getAttribute(LaunchConfigDelegate.ATTR_REUSE_LAST_USED_DEVICE, in getLastUsedDevice()