Searched refs:childBundle (Results 1 – 4 of 4) sorted by relevance
70 Bundle childBundle = bundle.getBundle("bundle_key"); in testConvertRestrictionsToBundle() local71 assertNotNull(childBundle); in testConvertRestrictionsToBundle()72 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()
720 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle() local721 bundle.putBundle(entry.getKey(), childBundle); in addRestrictionToBundle() local
2963 Bundle childBundle = readBundleEntry(parser, values); in readEntry() local2964 bundleList.add(childBundle); in readEntry()2983 Bundle childBundle = new Bundle(); in readBundleEntry() local2986 readEntry(childBundle, values, parser); in readBundleEntry()2988 return childBundle; in readBundleEntry()