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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 79 public final static int ACTION_DO_NOTHING = 2;
271 config.mLaunchAction = ACTION_DO_NOTHING;
322 if (config.mLaunchAction == ACTION_DO_NOTHING || activityName == null) {
422 config.mLaunchAction = ACTION_DO_NOTHING;
MainLaunchConfigTab.java 200 mLaunchAction = LaunchConfigDelegate.ACTION_DO_NOTHING;
351 mLaunchAction == LaunchConfigDelegate.ACTION_DO_NOTHING);

Completed in 50 milliseconds