Searched refs:RunStrategy (Results 1 – 7 of 7) sorted by relevance
27 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;59 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testStubDevice()70 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testNoBridgeSupport()86 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport()102 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport_differentBitness()118 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testBridgeSupport_differentArch()
27 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()28 return RunStrategy.RUN; in shouldRun()
24 public enum RunStrategy { enum39 public RunStrategy shouldRunModule(IInvocationContext context); in shouldRunModule()
36 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()59 return RunStrategy.FULL_MODULE_BYPASS; in shouldRun()65 return RunStrategy.RUN; in shouldRun()
52 public final RunStrategy shouldRunModule(IInvocationContext context) { in shouldRunModule()63 public abstract RunStrategy shouldRun(IInvocationContext context); in shouldRun()
55 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;291 RunStrategy rs = applyConfigurationControl(failureListener); in run()292 if (RunStrategy.FULL_MODULE_BYPASS.equals(rs)) { in run()295 } else if (RunStrategy.SKIP_MODULE_TESTCASES.equals(rs)) { in run()727 private RunStrategy applyConfigurationControl(TestFailureListener failureListener) { in applyConfigurationControl()740 return RunStrategy.RUN; in applyConfigurationControl()
465 public RunStrategy shouldRun(IInvocationContext context) { in testModuleController_fullBypass()466 return RunStrategy.FULL_MODULE_BYPASS; in testModuleController_fullBypass()508 public RunStrategy shouldRun(IInvocationContext context) { in testModuleController_skipTestCases()509 return RunStrategy.SKIP_MODULE_TESTCASES; in testModuleController_skipTestCases()