Searched refs:mLaunchInfo (Results 1 – 3 of 3) sorted by relevance
37 private final DelayedLaunchInfo mLaunchInfo; field in AMReceiver50 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()
60 private AndroidJUnitLaunchInfo mLaunchInfo; field in RemoteAdtTestRunner71 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 …]
47 private final AndroidJUnitLaunchInfo mLaunchInfo; field in AndroidJUnitLaunchAction55 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.JUnitLaunchDelegate107 mLaunchInfo = launchInfo; in JUnitLaunchDelegate()135 return new VMTestRunner(mLaunchInfo); in getVMRunner()[all …]