Searched refs:childBundle (Results 1 – 4 of 4) sorted by relevance
74 Bundle childBundle = bundle.getBundle("bundle_key"); in testConvertRestrictionsToBundle() local75 assertNotNull(childBundle); in testConvertRestrictionsToBundle()76 assertEquals(2, childBundle.size()); in testConvertRestrictionsToBundle()
116 Bundle childBundle = bundle.getBundle("bundle"); in assertBundle() local117 assertEquals("bundle_string", childBundle.getString("bundle_string")); in assertBundle()118 assertEquals(1, childBundle.getInt("bundle_int")); in assertBundle()
723 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle() local724 bundle.putBundle(entry.getKey(), childBundle); in addRestrictionToBundle() local
3492 Bundle childBundle = readBundleEntry(parser, values); in readEntry() local3493 bundleList.add(childBundle); in readEntry()3512 Bundle childBundle = new Bundle(); in readBundleEntry() local3515 readEntry(childBundle, values, parser); in readBundleEntry()3517 return childBundle; in readBundleEntry()