Home
last modified time | relevance | path

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

/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/util/
DAndroidUtil.java59 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local
61 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local
145 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local
147 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java242 Bundle nestedBundle = new Bundle(); in putExtrasFromJsonObject() local
244 putNestedJSONObject((JSONObject) data, nestedBundle); in putExtrasFromJsonObject() local
328 Bundle nestedBundle = new Bundle(); in putNestedJSONObject() local
330 putNestedJSONObject((JSONObject) data, nestedBundle); in putNestedJSONObject() local