Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java515 private JSONObject findConfigObjectByName(JSONArray usage, String name) throws JSONException { in findConfigObjectByName() method in ConfigurationTest
546 JSONObject jsonTestConfig = findConfigObjectByName(usage, CONFIG_OBJECT_TYPE_NAME); in testGetJsonCommandUsageMapValueExpansion()