Searched refs:hasBusinessLogicHostFile (Results 1 – 4 of 4) sorted by relevance
281 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()
164 public boolean hasBusinessLogicHostFile() { in hasBusinessLogicHostFile() method in CompatibilityBuildHelper165 return hasBusinessLogicHostFile(null); in hasBusinessLogicHostFile()175 public boolean hasBusinessLogicHostFile(String moduleId) { in hasBusinessLogicHostFile() method in CompatibilityBuildHelper
78 if (helper.hasBusinessLogicHostFile()) { in loadBusinessLogic()
172 if (buildHelper.hasBusinessLogicHostFile()) { in setUp()