Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DModuleGenerator.java90 static final String OPTION_PRESERVE_EXISTING_MODULES = "preserve-existing-modules"; field in ModuleGenerator
93 name = OPTION_PRESERVE_EXISTING_MODULES,
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DModuleGeneratorTest.java82 option.setOptionValue(ModuleGenerator.OPTION_PRESERVE_EXISTING_MODULES, "true"); in tearDown_preserveNonGeneratedModules_doesNotDelete()
97 option.setOptionValue(ModuleGenerator.OPTION_PRESERVE_EXISTING_MODULES, "false"); in tearDown_doesNotPreserveNonGeneratedModules_delete()