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 71 public final static int ACTION_DO_NOTHING = 2;
262 config.mLaunchAction = ACTION_DO_NOTHING;
313 if (config.mLaunchAction == ACTION_DO_NOTHING || activityName == null) {
413 config.mLaunchAction = ACTION_DO_NOTHING;
MainLaunchConfigTab.java 192 mLaunchAction = LaunchConfigDelegate.ACTION_DO_NOTHING;
339 mLaunchAction == LaunchConfigDelegate.ACTION_DO_NOTHING);

Completed in 892 milliseconds