Searched refs:nestedBundle (Results 1 – 1 of 1) sorted by relevance
236 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local237 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject()238 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local322 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local323 bundle.putBundle(name, nestedBundle); in putNestedJSONObject()324 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local