Home
last modified time | relevance | path

Searched refs:hasLogicFor (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java58 public boolean hasLogicFor(String testName) { in hasLogicFor() method in BusinessLogic
78 if (!hasLogicFor(testName)) { in applyLogicFor()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java65 if (mBusinessLogic.hasLogicFor(testName)) { in executeBusinessLogic()