Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java49 private static final String MAP_OPTION_NAME = "map"; field in ConfigurationDefTest
56 @Option(name=MAP_OPTION_NAME, description=OPTION_DESCRIPTION)
76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap()
77 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY2, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionMap()