Searched refs:valueList (Results 1 – 4 of 4) sorted by relevance
135 List<String> valueList = new ArrayList<String>(); in createConfigMap() local138 valueList.add(parser.nextText()); in createConfigMap()143 dynamicConfigMap.put(key, valueList); in createConfigMap()
150 double[] valueList = Doubles.toArray(values); in toJson() local153 Math.round(new Percentile().evaluate(valueList, percentiles[i]) * 1000d) in toJson()
615 List<String> valueList = map.get(name); in putArgs() local616 if (valueList == null) { in putArgs()617 valueList = new ArrayList<>(); in putArgs()618 map.put(name, valueList); in putArgs()620 valueList.add(value); in putArgs()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...