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()
205 parcel.writeInt(BUNDLE_MAGIC); in test_android_CVE_2018_9339()503 protected static final int BUNDLE_MAGIC = 0x4C444E42; field in AmbiguousBundlesTest.Ambiguator