Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DIDeviceConfiguration.java48 public List<Object> getAllObjectOfType(String configType); in getAllObjectOfType() argument
DDeviceConfigurationHolder.java187 public List<Object> getAllObjectOfType(String configType) { in getAllObjectOfType() argument
188 switch (configType) { in getAllObjectOfType()
DConfiguration.java564 public Collection<Object> getAllConfigurationObjectsOfType(String configType) { in getAllConfigurationObjectsOfType() argument
566 if (doesBuiltInObjSupportMultiDevice(configType)) { in getAllConfigurationObjectsOfType()
568 objectsCopy.addAll(deviceConfig.getAllObjectOfType(configType)); in getAllConfigurationObjectsOfType()
571 List<?> configObjects = getConfigurationObjectList(configType); in getAllConfigurationObjectsOfType()