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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 128 AndroidLaunch androidLaunch = null;
129 if (launch instanceof AndroidLaunch) {
130 androidLaunch = (AndroidLaunch)launch;
141 AndroidLaunchController.launchRemoteDebugger(debugPort, androidLaunch, monitor);
147 androidLaunch.stopLaunch();
171 androidLaunch.stopLaunch();
213 androidLaunch.stopLaunch();
233 androidLaunch.stopLaunch()
    [all...]
AndroidLaunchController.java 302 final AndroidLaunchConfiguration config, final AndroidLaunch launch,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 25 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunch;
71 final AndroidLaunch androidLaunch, final AndroidLaunchConfiguration config,
80 androidLaunch.stopLaunch();
89 androidLaunch.stopLaunch();
98 junitLaunchInfo.setLaunch(androidLaunch);
110 junitLaunch, config, androidLaunch, monitor);
119 junitLaunch, config, androidLaunch, monitor);

Completed in 2917 milliseconds