Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java645 HashMap<String, List<String>> jsonMap = new HashMap<>(); in reformatJsonString() local
651 if (!jsonMap.containsKey(key)) { in reformatJsonString()
652 jsonMap.put(key, new ArrayList<String>()); in reformatJsonString()
654 jsonMap.get(key).add(value); in reformatJsonString()
659 for (String key : jsonMap.keySet()) { in reformatJsonString()
667 for (String stream : jsonMap.get(key)) { in reformatJsonString()