Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceInfo.java122 JSONArray extraInfoKeyValuePairs = new JSONArray(); in toJSON() local
124 extraInfoKeyValuePairs.put( in toJSON()
127 json.put("extra_info", extraInfoKeyValuePairs); in toJSON()