Home
last modified time | relevance | path

Searched defs:moduleId (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java253 String moduleId = "64MODULE1"; in testSetBusinessLogicHostFileWithModuleId() local
301 String moduleId = "64MODULE1"; in testHasBusinessLogicHostFileModuleId() local
351 String moduleId = "64MODULE1"; in testGetBusinessLogicHostFileWithModuleId() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java135 public void setBusinessLogicHostFile(File hostFile, String moduleId) { in setBusinessLogicHostFile()
174 public boolean hasBusinessLogicHostFile(String moduleId) { in hasBusinessLogicHostFile()
194 public File getBusinessLogicHostFile(String moduleId) { in getBusinessLogicHostFile()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilitySuiteModuleLoader.java57 String moduleId = AbiUtils.createId(abi.getName(), name); in addFiltersToTest() local