Home
last modified time | relevance | path

Searched refs:setConfigurationObject (Results 1 – 19 of 19) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java130 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObject()
141 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObjectList()
192 mConfig.setConfigurationObject(Configuration.TEST_TYPE_NAME, new TestConfigObject()); in testSetConfigurationObject_wrongtype()
330 mConfig.setConfigurationObject("example", mockConfigReceiver); in testSetConfigurationObject_configReceiver()
339 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectOptionValue()
354 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectMapOptionValue()
370 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectParsedMapOptionValueNoKey()
387 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectParsedMapOptionValueAmbiguousKey()
405 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectParsedMapOptionValue()
425 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectOptionValues()
[all …]
DRetryConfigurationFactoryTest.java87 retryConfig.setConfigurationObject(RetryRescheduler.PREVIOUS_LOADER_NAME, mMockLoader); in testLoadRescheduler()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java149 mConfig.setConfigurationObject( in testSandboxInvocation()
217 mConfig.setConfigurationObject( in testParentSandboxInvocation_sharding()
219 mConfig.setConfigurationObject(Configuration.SANDBOX_TYPE_NAME, mMockSandbox); in testParentSandboxInvocation_sharding()
244 mConfig.setConfigurationObject( in testParentSandboxInvocation()
249 mConfig.setConfigurationObject(Configuration.SANDBOX_TYPE_NAME, mMockSandbox); in testParentSandboxInvocation()
304 mConfig.setConfigurationObject( in testInvocation_sharding_notTests()
367 mConfig.setConfigurationObject( in testInvocation_preInvocationFailing()
DTestInvocationTest.java1279 mStubConfiguration.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, info); in testInvoke_shardableTest_legacy()
1335 mStubConfiguration.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, info); in testInvoke_shardableTest_autoRetry()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java132 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig()
154 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_errorStage()
181 mConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, mOptions); in testParentConfig_exception()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxInvocationRunnerTest.java57 mConfig.setConfigurationObject(Configuration.SANDBOX_TYPE_NAME, mMockSandbox); in testPrepareAndRun()
72 mConfig.setConfigurationObject(Configuration.SANDBOX_TYPE_NAME, mMockSandbox); in testPrepareAndRun_prepFailure()
DTradefedSandboxTest.java269 mMockConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, options); in testSandboxOptions()
296 mMockConfig.setConfigurationObject(Configuration.SANBOX_OPTIONS_TYPE_NAME, options); in testSandboxOptions_exclusion()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java1075 config.setConfigurationObject( in testAbiSetting()
1111 config.setConfigurationObject(ModuleDefinition.MODULE_CONTROLLER, moduleConfig); in testModuleController_fullBypass()
1158 config.setConfigurationObject(ModuleDefinition.MODULE_CONTROLLER, moduleConfig); in testModuleController_skipTestCases()
1317 config.setConfigurationObject(ModuleDefinition.MODULE_CONTROLLER, moduleConfig); in testOverrideModuleConfig()
DValidateSuiteConfigHelperTest.java181 config.setConfigurationObject( in testModuleController()
192 config.setConfigurationObject(ModuleDefinition.MODULE_CONTROLLER, new CommandOptions()); in testModuleController_fail()
DITestSuiteTest.java1583 mStubMainConfiguration.setConfigurationObject( in testRun_GranularRerunwithModuleListener()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java150 shardConfig.setConfigurationObject(LAST_SHARD_DETECTOR, lastShard); in shardConfig()
171 shardConfig.setConfigurationObject(LAST_SHARD_DETECTOR, lastShard); in shardConfig()
DShardBuildCloner.java112 toConfig.setConfigurationObject(ShardHelper.SHARED_TEST_INFORMATION, newInfo); in cloneBuildInfos()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java609 public void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject() method in GlobalConfiguration
689 setConfigurationObject(typeName, configObject); in setConfigurationObjectNoThrow()
DIGlobalConfiguration.java268 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject() method
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java988 public synchronized void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject() method in Configuration
1075 setConfigurationObject(typeName, configObject); in setConfigurationObjectNoThrow()
DIConfiguration.java464 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject() method
DSandboxConfigurationFactory.java135 config.setConfigurationObject(Configuration.SANDBOX_TYPE_NAME, sandbox); in createConfigurationFromArgs()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java88 mTopConfiguration.setConfigurationObject( in setUp()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1255 config.setConfigurationObject(TradefedDelegator.DELEGATE_OBJECT, delegator); in createConfiguration()