Home
last modified time | relevance | path

Searched refs:bundleArray (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceTest.java92 Bundle[] bundleArray = new Bundle[2]; in createBundle() local
93 bundleArray[0] = new Bundle(); in createBundle()
94 bundleArray[0].putString("bundle_array_string", "bundle_array_string"); in createBundle()
95 bundleArray[0].putBundle("bundle_array_bundle", bundle); in createBundle()
96 bundleArray[1] = new Bundle(); in createBundle()
97 bundleArray[1].putString("bundle_array_string2", "bundle_array_string2"); in createBundle()
98 result.putParcelableArray("bundle_array", bundleArray); in createBundle()
/frameworks/base/core/java/android/content/
DRestrictionsManager.java725 Bundle[] bundleArray = new Bundle[bundleRestrictionArray.length]; in addRestrictionToBundle() local
733 bundleArray[i] = new Bundle(); in addRestrictionToBundle()
735 bundleArray[i] = convertRestrictionsToBundle(Arrays.asList( in addRestrictionToBundle()
739 bundle.putParcelableArray(entry.getKey(), bundleArray); in addRestrictionToBundle() local
/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatTest.java278 Bundle[] bundleArray = in testMessage_setAndGetExtras() local
280 assertEquals(1, bundleArray.length); in testMessage_setAndGetExtras()
282 NotificationCompat.MessagingStyle.Message.getMessageFromBundle(bundleArray[0]); in testMessage_setAndGetExtras()