Searched refs:printHelpForConfig (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfigurationFactory.java | 120 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out); in printHelpForConfig() method
|
D | ConfigurationFactory.java | 746 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out) { in printHelpForConfig() method in ConfigurationFactory
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 1203 getConfigFactory().printHelpForConfig(args, true, System.out); in internalAddCommand() 1205 getConfigFactory().printHelpForConfig(args, false, System.out); in internalAddCommand()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 235 mMockConfigFactory.printHelpForConfig(EasyMock.aryEq(args), EasyMock.eq(true), in testAddConfig_configHelp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationFactoryTest.java | 352 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()
|