Home
last modified time | relevance | path

Searched refs:nestedBundle (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java242 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local
243 intent.putExtra(name, nestedBundle); in putExtrasFromJsonObject()
244 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local
328 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local
329 bundle.putBundle(name, nestedBundle); in putNestedJSONObject()
330 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local