Searched refs:androidLaunch (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | LaunchConfigDelegate.java | 128 AndroidLaunch androidLaunch = null; in launch() local 130 androidLaunch = (AndroidLaunch)launch; in launch() 141 AndroidLaunchController.launchRemoteDebugger(debugPort, androidLaunch, monitor); in launch() 147 androidLaunch.stopLaunch(); in launch() 171 androidLaunch.stopLaunch(); in launch() 213 androidLaunch.stopLaunch(); in launch() 233 androidLaunch.stopLaunch(); in launch() 242 androidLaunch.stopLaunch(); in launch() 246 doLaunch(configuration, mode, monitor, project, androidLaunch, config, controller, in launch() 251 IProgressMonitor monitor, IProject project, AndroidLaunch androidLaunch, in doLaunch() argument [all …]
|
D | AndroidLaunchController.java | 1458 public static void launchRemoteDebugger(final int debugPort, final AndroidLaunch androidLaunch, in launchRemoteDebugger() argument 1464 connectRemoteDebugger(debugPort, androidLaunch, monitor); in launchRemoteDebugger() 1466 androidLaunch.stopLaunch(); in launchRemoteDebugger()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchConfigDelegate.java | 71 final AndroidLaunch androidLaunch, final AndroidLaunchConfiguration config, in doLaunch() argument 80 androidLaunch.stopLaunch(); in doLaunch() 89 androidLaunch.stopLaunch(); in doLaunch() 98 junitLaunchInfo.setLaunch(androidLaunch); in doLaunch() 110 junitLaunch, config, androidLaunch, monitor); in doLaunch() 119 junitLaunch, config, androidLaunch, monitor); in doLaunch()
|