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 119 AndroidLaunch androidLaunch = null;
120 if (launch instanceof AndroidLaunch) {
121 androidLaunch = (AndroidLaunch)launch;
132 AndroidLaunchController.launchRemoteDebugger(debugPort, androidLaunch, monitor);
138 androidLaunch.stopLaunch();
162 androidLaunch.stopLaunch();
204 androidLaunch.stopLaunch();
224 androidLaunch.stopLaunch()
    [all...]
AndroidLaunchController.java 294 final AndroidLaunchConfiguration config, final AndroidLaunch launch,
623 final AndroidLaunch launch, final DelayedLaunchInfo launchInfo,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 21 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunch;
62 IProgressMonitor monitor, IProject project, final AndroidLaunch androidLaunch,
71 androidLaunch.stopLaunch();
80 androidLaunch.stopLaunch();
89 junitLaunchInfo.setLaunch(androidLaunch);
94 junitLaunch, config, androidLaunch, monitor);

Completed in 77 milliseconds