Searched refs:fromJsonArray (Results 1 – 4 of 4) sorted by relevance
93 public static List<TradefedConfigObject> fromJsonArray(JSONArray arr) throws JSONException { in fromJsonArray() method in TradefedConfigObject
76 obj.mTestResources.addAll(TestResource.fromJsonArray(testResources)); in fromJson()
279 obj.mTradefedConfigObjects.addAll(TradefedConfigObject.fromJsonArray(arr)); in fromJson()
174 return TestResource.fromJsonArray(jsonArray); in getTestResources()