Searched refs:childBundle (Results 1 – 6 of 6) sorted by relevance
100 Bundle childBundle = readBundleEntry(parser, values); in readBundle() local101 bundleList.add(childBundle); in readBundle()120 Bundle childBundle = new Bundle(); in readBundleEntry() local123 readBundle(childBundle, values, parser); in readBundleEntry()125 return childBundle; in readBundleEntry()
74 Bundle childBundle = bundle.getBundle("bundle_key"); in testConvertRestrictionsToBundle() local75 assertNotNull(childBundle); in testConvertRestrictionsToBundle()76 assertEquals(2, childBundle.size()); in testConvertRestrictionsToBundle()
92 final PersistableBundle childBundle = in.getPersistableBundle(CHILD_PARAMS_KEY); in deserializeIkeParams() local99 TunnelModeChildSessionParamsUtils.fromPersistableBundle(childBundle); in deserializeIkeParams()
161 Bundle childBundle = bundle.getBundle("bundle"); in assertBundle() local162 assertThat(childBundle.getString("bundle_string")) in assertBundle()164 assertThat(childBundle.getInt("bundle_int")).isEqualTo(1); in assertBundle()
784 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle() local785 bundle.putBundle(entry.getKey(), childBundle); in addRestrictionToBundle() local
6635 Bundle childBundle = readBundleEntry(parser, values);6636 bundleList.add(childBundle);6655 Bundle childBundle = new Bundle();6658 readEntry(childBundle, values, parser);6660 return childBundle;