Home
last modified time | relevance | path

Searched refs:mLaunchInfo (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAMReceiver.java37 private final DelayedLaunchInfo mLaunchInfo; field in AMReceiver
50 mLaunchInfo = launchInfo; in AMReceiver()
77 if (mLaunchInfo.getAttemptCount() < MAX_ATTEMPT_COUNT && in processNewLines()
78 mLaunchInfo.isCancelled() == false) { in processNewLines()
108 AdtPlugin.printToConsole(mLaunchInfo.getProject(), msg); in processNewLines()
120 mLaunchController.launchApp(mLaunchInfo, mDevice); in processNewLines()
143 AdtPlugin.printErrorToConsole(mLaunchInfo.getProject(), array.toArray()); in processNewLines()
145 AdtPlugin.printToConsole(mLaunchInfo.getProject(), array.toArray()); in processNewLines()
150 mLaunchController.stopLaunch(mLaunchInfo); in processNewLines()
159 return mLaunchInfo.isCancelled(); in isCancelled()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DRemoteAdtTestRunner.java60 private AndroidJUnitLaunchInfo mLaunchInfo; field in RemoteAdtTestRunner
71 mLaunchInfo = launchInfo; in init()
116 List<IDevice> devices = new ArrayList<IDevice>(mLaunchInfo.getDevices()); in runTests()
122 mLaunchInfo.getAppPackage(), mLaunchInfo.getRunner(), device); in runTests()
124 if (mLaunchInfo.getTestClass() != null) { in runTests()
125 if (mLaunchInfo.getTestMethod() != null) { in runTests()
126 runner.setMethodName(mLaunchInfo.getTestClass(), mLaunchInfo.getTestMethod()); in runTests()
128 runner.setClassName(mLaunchInfo.getTestClass()); in runTests()
132 if (mLaunchInfo.getTestPackage() != null) { in runTests()
133 runner.setTestPackageName(mLaunchInfo.getTestPackage()); in runTests()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchAction.java47 private final AndroidJUnitLaunchInfo mLaunchInfo; field in AndroidJUnitLaunchAction
55 mLaunchInfo = launchInfo; in AndroidJUnitLaunchAction()
69 mLaunchInfo.getRunner(), JOINER.join(devices)); in doLaunchAction()
73 mLaunchInfo.setDebugMode(info.isDebugMode()); in doLaunchAction()
74 mLaunchInfo.setDevices(devices); in doLaunchAction()
75 JUnitLaunchDelegate junitDelegate = new JUnitLaunchDelegate(mLaunchInfo); in doLaunchAction()
96 mLaunchInfo.getRunner()); in getLaunchDescription()
104 private AndroidJUnitLaunchInfo mLaunchInfo; field in AndroidJUnitLaunchAction.JUnitLaunchDelegate
107 mLaunchInfo = launchInfo; in JUnitLaunchDelegate()
135 return new VMTestRunner(mLaunchInfo); in getVMRunner()
[all …]