OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestedBundle
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
TestUtils.java
133
PersistableBundle
nestedBundle
= new PersistableBundle();
134
nestedBundle
.putInt("int", 1);
135
nestedBundle
.putStringArray("string_array", new String[] { "Hello", "World" } );
136
adminExtras.putPersistableBundle("persistable_bundle",
nestedBundle
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java
236
Bundle
nestedBundle
= new Bundle();
237
intent.putExtra(name,
nestedBundle
);
238
putNestedJSONObject((JSONObject) data,
nestedBundle
);
322
Bundle
nestedBundle
= new Bundle();
323
bundle.putBundle(name,
nestedBundle
);
324
putNestedJSONObject((JSONObject) data,
nestedBundle
);
[
all
...]
Completed in 483 milliseconds