Home
last modified time | relevance | path

Searched refs:childBundle (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DRestrictionsManagerTest.java74 Bundle childBundle = bundle.getBundle("bundle_key"); in testConvertRestrictionsToBundle() local
75 assertNotNull(childBundle); in testConvertRestrictionsToBundle()
76 assertEquals(2, childBundle.size()); in testConvertRestrictionsToBundle()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java128 Bundle childBundle = bundle.getBundle("bundle"); in assertBundle() local
129 assertEquals("bundle_string", childBundle.getString("bundle_string")); in assertBundle()
130 assertEquals(1, childBundle.getInt("bundle_int")); in assertBundle()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DTunnelConnectionParamsUtils.java92 final PersistableBundle childBundle = in.getPersistableBundle(CHILD_PARAMS_KEY); in deserializeIkeParams() local
99 TunnelModeChildSessionParamsUtils.fromPersistableBundle(childBundle); in deserializeIkeParams()
/aosp12/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java723 Bundle childBundle = convertRestrictionsToBundle(Arrays.asList(restrictions)); in addRestrictionToBundle() local
724 bundle.putBundle(entry.getKey(), childBundle); in addRestrictionToBundle() local
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java1571 Bundle childBundle = getChildExtrasFromHostBundle(extras); in updateExtras() local
1573 c.putExtras(childBundle); in updateExtras()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java4573 Bundle childBundle = readBundleEntry(parser, values); in readEntry() local
4574 bundleList.add(childBundle); in readEntry()
4593 Bundle childBundle = new Bundle(); in readBundleEntry() local
4596 readEntry(childBundle, values, parser); in readBundleEntry()
4598 return childBundle; in readBundleEntry()