Home
last modified time | relevance | path

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

/test/vts/tools/vts-core-tradefed/tests/src/com/android/testtype/suite/module/
DKernelTestModuleControllerTest.java69 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testModuleAbiMatchesArch()
82 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testModuleAbiMismatchesArch()
96 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testDeviceWithLowMemAndIsLowMemFlagTrue()
111 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testDeviceWithLowMemButIsLowMemFalse()
125 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testDeviceNotLowMemButIsLowMemFlagTrue()
139 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testDeviceWithHwasanAndIsHwasanFlagTure()
154 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testDeviceWithHwasanButIsHwasanFlagFalse()
169 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testDeviceNotHwasanButIsHwasanFlagTrue()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java232 if (shouldRunModule(module)) { in createSubPlan()
313 private boolean shouldRunModule(IModuleResult module) { in shouldRunModule() method in SubPlanHelper
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java230 if (!shouldRunModule(id)) { in initialize()
418 private boolean shouldRunModule(String moduleId) { in shouldRunModule() method in ModuleRepo