Searched refs:nestedBundle (Results 1 – 1 of 1) sorted by relevance
237 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local238 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject()239 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local323 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local324 bundle.putBundle(name, nestedBundle); in putNestedJSONObject()325 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local