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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 29 public class AndroidLaunch extends Launch {
37 public AndroidLaunch(ILaunchConfiguration launchConfiguration, String mode,
DelayedLaunchInfo.java 65 private final AndroidLaunch mLaunch;
94 String requiredApiVersionNumber, AndroidLaunch launch, IProgressMonitor monitor) {
192 public AndroidLaunch getLaunch() {
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 298 final AndroidLaunchConfiguration config, final AndroidLaunch launch,
677 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 22 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunch;
66 IProgressMonitor monitor, IProject project, final AndroidLaunch androidLaunch,
75 androidLaunch.stopLaunch();
84 androidLaunch.stopLaunch();
93 junitLaunchInfo.setLaunch(androidLaunch);
99 junitLaunch, config, androidLaunch, monitor);

Completed in 519 milliseconds