Searched refs:nestedBundle (Results 1 – 1 of 1) sorted by relevance
240 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local241 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject()242 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local326 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local327 bundle.putBundle(name, nestedBundle); in putNestedJSONObject()328 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local