Home
last modified time | relevance | path

Searched refs:hasBusinessLogicHostFile (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java281 assertTrue(mHelper.hasBusinessLogicHostFile()); in testHasBusinessLogicHostFile()
286 assertTrue(helperShard.hasBusinessLogicHostFile()); in testHasBusinessLogicHostFile()
303 assertTrue(mHelper.hasBusinessLogicHostFile(moduleId)); in testHasBusinessLogicHostFileModuleId()
308 assertTrue(helperShard.hasBusinessLogicHostFile(moduleId)); in testHasBusinessLogicHostFileModuleId()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java164 public boolean hasBusinessLogicHostFile() { in hasBusinessLogicHostFile() method in CompatibilityBuildHelper
165 return hasBusinessLogicHostFile(null); in hasBusinessLogicHostFile()
175 public boolean hasBusinessLogicHostFile(String moduleId) { in hasBusinessLogicHostFile() method in CompatibilityBuildHelper
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java78 if (helper.hasBusinessLogicHostFile()) { in loadBusinessLogic()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java172 if (buildHelper.hasBusinessLogicHostFile()) { in setUp()