Home
last modified time | relevance | path

Searched refs:VAL_PARCELABLE (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
Dpoc.cpp31 const int VAL_PARCELABLE = 4; in writeParcelableHead() local
36 pData->writeInt32(VAL_PARCELABLE); in writeParcelableHead()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAmbiguator.java31 private static final int VAL_PARCELABLE = 4; field in PocAmbiguator
79 parcel.writeInt(VAL_PARCELABLE); in make()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0928/src/android/security/cts/CVE_2021_0928/
DAInjector.java23 private static final int VAL_PARCELABLE = 4; field in AInjector
227 dest.writeInt(VAL_PARCELABLE); in writeToParcel()
242 dest.writeInt(VAL_PARCELABLE); in writeToParcel()
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java232 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13310()
336 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2018_9339()
420 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_0806()
479 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13311()
579 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13287()
726 protected static final int VAL_PARCELABLE = 4; field in AmbiguousBundlesTest.Ambiguator