Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java203 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testAddDynamicFiles() local
204 File newDynamicFile = helperShard.getDynamicConfigFiles().get("CtsModuleName"); in testAddDynamicFiles()
233 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testSetBusinessLogicHostFile() local
234 File newBLFile = helperShard.getBusinessLogicHostFile(); in testSetBusinessLogicHostFile()
261 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testSetBusinessLogicHostFileWithModuleId() local
262 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testSetBusinessLogicHostFileWithModuleId()
285 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testHasBusinessLogicHostFile() local
286 assertTrue(helperShard.hasBusinessLogicHostFile()); in testHasBusinessLogicHostFile()
307 CompatibilityBuildHelper helperShard = new CompatibilityBuildHelper(clone); in testHasBusinessLogicHostFileModuleId() local
308 assertTrue(helperShard.hasBusinessLogicHostFile(moduleId)); in testHasBusinessLogicHostFileModuleId()
[all …]