OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doLaunchAction
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
IAndroidLaunchAction.java
34
boolean
doLaunchAction
(DelayedLaunchInfo info, IDevice device);
EmptyLaunchAction.java
26
public boolean
doLaunchAction
(DelayedLaunchInfo info, IDevice device) {
ActivityLaunchAction.java
52
* @see IAndroidLaunchAction#
doLaunchAction
(DelayedLaunchInfo, IDevice)
54
public boolean
doLaunchAction
(DelayedLaunchInfo info, IDevice device) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java
61
* @see IAndroidLaunchAction#
doLaunchAction
(DelayedLaunchInfo, IDevice)
63
public boolean
doLaunchAction
(DelayedLaunchInfo info, IDevice device) {
Completed in 273 milliseconds