OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mlaunchcontroller
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java
39
private final ILaunchController
mLaunchController
;
52
mLaunchController
= launchController;
120
mLaunchController
.launchApp(mLaunchInfo, mDevice);
150
mLaunchController
.stopLaunch(mLaunchInfo);
ActivityLaunchAction.java
34
private final ILaunchController
mLaunchController
;
44
mLaunchController
= controller;
67
device.executeShellCommand(command, new AMReceiver(info, device,
mLaunchController
));
Completed in 27 milliseconds