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);
EmptyLaunchAction.java
28
public boolean doLaunchAction(
DelayedLaunchInfo
info, Collection<IDevice> devices) {
36
public boolean doLaunchAction(
DelayedLaunchInfo
info, IDevice device) {
IAndroidLaunchAction.java
31
* @param info the {@link
DelayedLaunchInfo
} that contains launch details
36
boolean doLaunchAction(
DelayedLaunchInfo
info, Collection<IDevice> devices);
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,
ActivityLaunchAction.java
47
public boolean doLaunchAction(
DelayedLaunchInfo
info, IDevice device) {
100
* @param info the {@link
DelayedLaunchInfo
} that contains launch details
104
public boolean doLaunchAction(
DelayedLaunchInfo
info, Collection<IDevice> devices) {
DelayedLaunchInfo.java
29
public final class
DelayedLaunchInfo
{
92
public
DelayedLaunchInfo
(IProject project, String packageName, String debugPackageName,
AndroidLaunchController.java
39
import com.android.ide.eclipse.adt.internal.launch.
DelayedLaunchInfo
.InstallRetryMode;
117
* List of {@link
DelayedLaunchInfo
} waiting for an emulator to connect.
118
* <p>Once an emulator has connected, {@link
DelayedLaunchInfo
#getDevice()} is set and the
119
*
DelayedLaunchInfo
object is moved to
123
private final ArrayList<
DelayedLaunchInfo
> mWaitingForEmulatorLaunches =
124
new ArrayList<
DelayedLaunchInfo
>();
130
private final ArrayList<
DelayedLaunchInfo
> mWaitingForReadyEmulatorList =
131
new ArrayList<
DelayedLaunchInfo
>();
137
private final ArrayList<
DelayedLaunchInfo
> mWaitingForDebuggerApplications =
138
new ArrayList<
DelayedLaunchInfo
>();
[
all
...]
/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
;
64
* @see IAndroidLaunchAction#doLaunchActions(
DelayedLaunchInfo
, IDevice)
67
public boolean doLaunchAction(
DelayedLaunchInfo
info, Collection<IDevice> devices) {
Completed in 52 milliseconds