Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java43 private static final String OPTION_KEY = "key"; field in ConfigurationDefTest
76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap()
82 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY)); in testCreateConfiguration_optionMap()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DSubprocessConfigBuilder.java36 private static final String OPTION_KEY = "subprocess-report-port"; field in SubprocessConfigBuilder
95 serializer.attribute(null, ConfigurationUtil.NAME_NAME, OPTION_KEY); in build()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLocalRunInstructionBuilderTest.java34 private static final String OPTION_KEY = "key"; field in LocalRunInstructionBuilderTest
52 new OptionDef(OPTION_NAME, OPTION_KEY, OPTION_VALUE, OPTION_SOURCE)); in testGetInstruction()