Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java227 File currentBLFile = mHelper.getBusinessLogicHostFile(); in testSetBusinessLogicHostFile()
234 File newBLFile = helperShard.getBusinessLogicHostFile(); in testSetBusinessLogicHostFile()
255 File currentBLFile = mHelper.getBusinessLogicHostFile(moduleId); in testSetBusinessLogicHostFileWithModuleId()
262 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testSetBusinessLogicHostFileWithModuleId()
325 File currentBLFile = mHelper.getBusinessLogicHostFile(); in testGetBusinessLogicHostFile()
332 File newBLFile = helperShard.getBusinessLogicHostFile(); in testGetBusinessLogicHostFile()
353 File currentBLFile = mHelper.getBusinessLogicHostFile(moduleId); in testGetBusinessLogicHostFileWithModuleId()
360 File newBLFile = helperShard.getBusinessLogicHostFile(moduleId); in testGetBusinessLogicHostFileWithModuleId()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java80 businessLogicFile = helper.getBusinessLogicHostFile(); in loadBusinessLogic()
86 businessLogicFile = helper.getBusinessLogicHostFile(bitness + moduleName); in loadBusinessLogic()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java183 public File getBusinessLogicHostFile() { in getBusinessLogicHostFile() method in CompatibilityBuildHelper
184 return getBusinessLogicHostFile(null); in getBusinessLogicHostFile()
194 public File getBusinessLogicHostFile(String moduleId) { in getBusinessLogicHostFile() method in CompatibilityBuildHelper