Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java42 private static final String CONFIG_DESCRIPTION = "config description"; field in ConfigurationDefTest
68 mConfigDef.setDescription(CONFIG_DESCRIPTION); in setUp()
112 mConfigDef.setDescription(CONFIG_DESCRIPTION); in testCreateConfiguration_withDeviceHolder()
DConfigurationTest.java61 private static final String CONFIG_DESCRIPTION = "config description"; field in ConfigurationTest
116 mConfig = new Configuration(CONFIG_NAME, CONFIG_DESCRIPTION); in setUp()
454 CONFIG_DESCRIPTION)); in testPrintCommandUsage()
570 new Configuration(CONFIG_NAME, CONFIG_DESCRIPTION) { in testValidateOptions_localSharding_skipDownload()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DSubprocessConfigBuilder.java37 private static final String CONFIG_DESCRIPTION = "Cluster Command Launcher config"; field in SubprocessConfigBuilder
84 null, Configuration.CONFIGURATION_DESCRIPTION_TYPE_NAME, CONFIG_DESCRIPTION); in build()