Home
last modified time | relevance | path

Searched refs:ACTION_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DLaunchConfigDelegate.java75 public final static int ACTION_DEFAULT = 0; field in LaunchConfigDelegate
81 public final static int DEFAULT_LAUNCH_ACTION = ACTION_DEFAULT;
309 } else if (config.mLaunchAction == ACTION_DEFAULT) { in doLaunch()
DMainLaunchConfigTab.java155 mLaunchAction = LaunchConfigDelegate.ACTION_DEFAULT; in createControl()
348 mDefaultActionButton.setSelection(mLaunchAction == LaunchConfigDelegate.ACTION_DEFAULT); in initializeFrom()