Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationFactory.java120 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out); in printHelpForConfig() method
DConfigurationFactory.java746 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out) { in printHelpForConfig() method in ConfigurationFactory
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1203 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/
DCommandSchedulerTest.java235 mMockConfigFactory.printHelpForConfig(EasyMock.aryEq(args), EasyMock.eq(true), in testAddConfig_configHelp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java352 mFactory.printHelpForConfig(args, true, mockPrintStream); in testPrintHelpForConfig_configExists()