Searched refs:BUNDLE_MAGIC (Results 1 – 2 of 2) sorted by relevance
57 const int BUNDLE_MAGIC = 0x4C444E42; in writeBundle() local58 pData->writeInt32(BUNDLE_MAGIC); in writeBundle()
130 parcel.writeInt(BUNDLE_MAGIC); in test_android_CVE_2020_0082()344 parcel.writeInt(BUNDLE_MAGIC); in test_android_CVE_2018_9339()642 protected static final int BUNDLE_MAGIC = 0x4C444E42; field in AmbiguousBundlesTest.Ambiguator