Home
last modified time | relevance | path

Searched defs:configObject (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java270 Object configObject = null; in createConfiguration() local
389 Object configObject = createObject(objClassEntry.getKey(), configDef.mClassName); in createGlobalConfiguration() local
449 Object configObject = objectClass.getDeclaredConstructor().newInstance(); in createObject() local
499 private void checkObjectValid(String objectTypeName, Object configObject) in checkObjectValid()
DConfiguration.java988 public synchronized void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject()
1030 private synchronized void addObject(String typeName, Object configObject) in addObject()
1073 private void setConfigurationObjectNoThrow(String typeName, Object configObject) { in setConfigurationObjectNoThrow()
1228 Object configObject) throws ConfigurationException { in printOptionsForObject()
DIConfiguration.java464 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTearDownPassThroughPreparer.java60 Object configObject = mConfiguration.getConfigurationObject(preparer); in tearDown() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java609 public void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject()
656 private void addObject(String typeName, Object configObject) throws ConfigurationException { in addObject()
687 private void setConfigurationObjectNoThrow(String typeName, Object configObject) { in setConfigurationObjectNoThrow()
753 Object configObject) throws ConfigurationException { in printOptionsForObject()
DIGlobalConfiguration.java268 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()