OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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 93 milliseconds