Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java153 protected IConfigurationFactory getConfigFactory() { in setUp()
428 protected IConfigurationFactory getConfigFactory() { in testShutdown_notInterruptible()
556 protected IConfigurationFactory getConfigFactory() { in testShutdown_notInterruptible_timeout()
631 protected IConfigurationFactory getConfigFactory() { in testShutdown_invocation_timeout()
DCommandSchedulerTest.java140 protected IConfigurationFactory getConfigFactory() { in getConfigFactory() method in CommandSchedulerTest.TestableCommandScheduler
366 protected IConfigurationFactory getConfigFactory() { in testRun_dryRun_keystore()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java412 getConfigFactory().createConfigurationFromArgs(mCmdTracker.getArgs()); in rescheduleCommand()
1179 protected IConfigurationFactory getConfigFactory() { in getConfigFactory() method in CommandScheduler
1443 ((ConfigurationFactory) getConfigFactory()) in handleProxyCommand()
1491 ((ConfigurationFactory) getConfigFactory()) in createConfiguration()
1519 getConfigFactory() in createConfiguration()
1530 getConfigFactory().createConfigurationFromArgs(args, null, getKeyStoreClient()); in createConfiguration()
1588 getConfigFactory().printHelpForConfig(args, true, System.out); in internalAddCommand()
1590 getConfigFactory().printHelpForConfig(args, false, System.out); in internalAddCommand()
1693 getConfigFactory() in addCommandForAllDevices()