Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTearDownPassThroughPreparer.java66 Object configObject = mConfiguration.getConfigurationObject(preparer); in tearDown() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java541 public void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject()
588 private void addObject(String typeName, Object configObject) throws ConfigurationException { in addObject()
619 private void setConfigurationObjectNoThrow(String typeName, Object configObject) { in setConfigurationObjectNoThrow()
685 Object configObject) throws ConfigurationException { in printOptionsForObject()
DConfiguration.java817 public synchronized void setConfigurationObject(String typeName, Object configObject) in setConfigurationObject()
859 private synchronized void addObject(String typeName, Object configObject) in addObject()
902 private void setConfigurationObjectNoThrow(String typeName, Object configObject) { in setConfigurationObjectNoThrow()
1184 Object configObject) throws ConfigurationException { in printOptionsForObject()
DIGlobalConfiguration.java243 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()
DIConfiguration.java398 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java517 JSONObject configObject = usage.getJSONObject(i); in findConfigObjectByName() local