Home
last modified time | relevance | path

Searched refs:bundleLong (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
H A DPropertiesProvisioningDataParserTest.java493 Bundle bundleLong = new Bundle(); in buildIntentWithAllLongExtras() local
494 bundleLong.putString(EXTRA_PROVISIONING_DISCLAIMER_HEADER, TEST_DISCLAMER_HEADER); in buildIntentWithAllLongExtras()
495 bundleLong.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, TEST_URI); in buildIntentWithAllLongExtras()
496 Parcelable[] parcelablesLong = {bundleLong}; in buildIntentWithAllLongExtras()
H A DExtrasProvisioningDataParserTest.java1000 Bundle bundleLong = new Bundle(); in buildIntentWithAllLongExtras() local
1001 bundleLong.putString(EXTRA_PROVISIONING_DISCLAIMER_HEADER, TEST_DISCLAMER_HEADER); in buildIntentWithAllLongExtras()
1002 bundleLong.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, TEST_URI); in buildIntentWithAllLongExtras()
1003 Parcelable[] parcelablesLong = {bundleLong}; in buildIntentWithAllLongExtras()