Searched defs:configObject (Results 1 – 6 of 6) sorted by relevance
66 Object configObject = mConfiguration.getConfigurationObject(preparer); in tearDown() local
541 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()
817 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()
243 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()
398 public void setConfigurationObject(String name, Object configObject) in setConfigurationObject()
517 JSONObject configObject = usage.getJSONObject(i); in findConfigObjectByName() local