Searched refs:launchInfo (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | AndroidLaunchController.java | 309 final DelayedLaunchInfo launchInfo = new DelayedLaunchInfo(project, packageName, in launch() local 314 launchInfo.setDebugMode(mode.equals(ILaunchManager.DEBUG_MODE)); in launch() 372 continueLaunch(response, project, launch, launchInfo, config); in launch() 414 continueLaunch(response, project, launch, launchInfo, config); in launch() 427 continueLaunch(response, project, launch, launchInfo, config); in launch() 517 continueLaunch(response, project, launch, launchInfo, config); in launch() 547 stopLaunch(launchInfo); in launch() 555 continueLaunch(response, project, launch, launchInfo, config); in launch() 575 continueLaunch(response, project, launch, launchInfo, config); in launch() 600 stopLaunch(launchInfo); in launch() [all …]
|
D | ILaunchController.java | 32 public void launchApp(DelayedLaunchInfo launchInfo, IDevice device); in launchApp() argument 39 void stopLaunch(DelayedLaunchInfo launchInfo); in stopLaunch() argument
|
D | AMReceiver.java | 48 public AMReceiver(DelayedLaunchInfo launchInfo, IDevice device, in AMReceiver() argument 50 mLaunchInfo = launchInfo; in AMReceiver()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchAction.java | 54 public AndroidJUnitLaunchAction(AndroidJUnitLaunchInfo launchInfo) { in AndroidJUnitLaunchAction() argument 55 mLaunchInfo = launchInfo; in AndroidJUnitLaunchAction() 106 public JUnitLaunchDelegate(AndroidJUnitLaunchInfo launchInfo) { in JUnitLaunchDelegate() argument 107 mLaunchInfo = launchInfo; in JUnitLaunchDelegate()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
D | RemoteAdtTestRunner.java | 69 protected void init(String[] args, AndroidJUnitLaunchInfo launchInfo) { in init() argument 71 mLaunchInfo = launchInfo; in init()
|