Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DModuleGeneratorTest.java241 getModuleConfigFile(testsDir, TEST_PACKAGE_NAME1), in split_moduleInfoProvidersSpecified_generateModulesForAll()
242 getModuleConfigFile(testsDir, TEST_PACKAGE_NAME2), in split_moduleInfoProvidersSpecified_generateModulesForAll()
243 getModuleConfigFile(testsDir, TEST_PACKAGE_NAME3)); in split_moduleInfoProvidersSpecified_generateModulesForAll()
291 new String(Files.readAllBytes(getModuleConfigFile(testsDir, packageName)))); in assertThatModuleConfigFileContent()
302 private static Path getModuleConfigFile(Path baseDir, String packageName) { in getModuleConfigFile() method in ModuleGeneratorTest