Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
Dpoc.cpp57 const int BUNDLE_MAGIC = 0x4C444E42; in writeBundle() local
58 pData->writeInt32(BUNDLE_MAGIC); in writeBundle()
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java130 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