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.java163 public boolean hasBusinessLogicHostFile() { in hasBusinessLogicHostFile() method in CompatibilityBuildHelper
164 return hasBusinessLogicHostFile(null); in hasBusinessLogicHostFile()
174 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.java79 if (helper.hasBusinessLogicHostFile()) { in loadBusinessLogic()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java188 if (buildHelper.hasBusinessLogicHostFile()) { in setUp()