HomeSort by relevance Sort by last modified time
    Searched defs: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 120 AndroidLaunch androidLaunch = null;
121 if (launch instanceof AndroidLaunch) {
122 androidLaunch = (AndroidLaunch)launch;
133 AndroidLaunchController.launchRemoteDebugger(debugPort, androidLaunch, monitor);
139 androidLaunch.stopLaunch();
163 androidLaunch.stopLaunch();
205 androidLaunch.stopLaunch();
225 androidLaunch.stopLaunch()
    [all...]
AndroidLaunchController.java 300 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 52 milliseconds