OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayedLaunchInfo
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java
29
* @param launchInfo the {@link
DelayedLaunchInfo
} that indicates the launch action
32
public void launchApp(
DelayedLaunchInfo
launchInfo, IDevice device);
37
* @param launchInfo the {@link
DelayedLaunchInfo
} to cancel
39
void stopLaunch(
DelayedLaunchInfo
launchInfo);
IAndroidLaunchAction.java
29
* @param info the {@link
DelayedLaunchInfo
} that contains launch details
34
boolean doLaunchAction(
DelayedLaunchInfo
info, IDevice device);
EmptyLaunchAction.java
26
public boolean doLaunchAction(
DelayedLaunchInfo
info, IDevice device) {
AndroidLaunchController.java
35
import com.android.ide.eclipse.adt.internal.launch.
DelayedLaunchInfo
.InstallRetryMode;
110
* List of {@link
DelayedLaunchInfo
} waiting for an emulator to connect.
111
* <p>Once an emulator has connected, {@link
DelayedLaunchInfo
#getDevice()} is set and the
112
*
DelayedLaunchInfo
object is moved to
116
private final ArrayList<
DelayedLaunchInfo
> mWaitingForEmulatorLaunches =
117
new ArrayList<
DelayedLaunchInfo
>();
123
private final ArrayList<
DelayedLaunchInfo
> mWaitingForReadyEmulatorList =
124
new ArrayList<
DelayedLaunchInfo
>();
130
private final ArrayList<
DelayedLaunchInfo
> mWaitingForDebuggerApplications =
131
new ArrayList<
DelayedLaunchInfo
>();
[
all
...]
AMReceiver.java
37
private final
DelayedLaunchInfo
mLaunchInfo;
44
* @param launchInfo the {@link
DelayedLaunchInfo
} associated with the am process.
48
public AMReceiver(
DelayedLaunchInfo
launchInfo, IDevice device,
DelayedLaunchInfo.java
29
public final class
DelayedLaunchInfo
{
92
public
DelayedLaunchInfo
(IProject project, String packageName, String debugPackageName,
ActivityLaunchAction.java
49
* @param info the {@link
DelayedLaunchInfo
} that contains launch details
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
20
import com.android.ide.eclipse.adt.internal.launch.
DelayedLaunchInfo
;
61
* @see IAndroidLaunchAction#doLaunchAction(
DelayedLaunchInfo
, IDevice)
63
public boolean doLaunchAction(
DelayedLaunchInfo
info, IDevice device) {
Completed in 89 milliseconds