Searched refs:o (Results 1 – 1 of 1) sorted by relevance
57 JSONObject o = new JSONObject(json); in fromJson() local58 c.mName = o.getString("name"); in fromJson()59 c.mUrl = o.getString("url"); in fromJson()60 switch (o.getString("ab_install_type")) { in fromJson()69 + "NON_STREAMING or STREAMING, got " + o.getString("ab_install_type")); in fromJson()73 JSONObject ab = o.getJSONObject("ab_config"); in fromJson()