Searched refs:childBundle (Results 1 – 5 of 5) sorted by relevance
74 Bundle childBundle = bundle.getBundle("bundle_key"); in testConvertRestrictionsToBundle() local75 assertNotNull(childBundle); in testConvertRestrictionsToBundle()76 assertEquals(2, childBundle.size()); in testConvertRestrictionsToBundle()
128 Bundle childBundle = bundle.getBundle("bundle"); in assertBundle() local129 assertEquals("bundle_string", childBundle.getString("bundle_string")); in assertBundle()130 assertEquals(1, childBundle.getInt("bundle_int")); in assertBundle()
92 final PersistableBundle childBundle = in.getPersistableBundle(CHILD_PARAMS_KEY); in deserializeIkeParams() local99 TunnelModeChildSessionParamsUtils.fromPersistableBundle(childBundle); in deserializeIkeParams()
723 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle() local724 bundle.putBundle(entry.getKey(), childBundle); in addRestrictionToBundle() local
4572 Bundle childBundle = readBundleEntry(parser, values); in readEntry() local4573 bundleList.add(childBundle); in readEntry()4592 Bundle childBundle = new Bundle(); in readBundleEntry() local4595 readEntry(childBundle, values, parser); in readBundleEntry()4597 return childBundle; in readBundleEntry()