Searched refs:VAL_PARCELABLE (Results 1 – 2 of 2) sorted by relevance
31 const int VAL_PARCELABLE = 4; in writeParcelableHead() local36 pData->writeInt32(VAL_PARCELABLE); in writeParcelableHead()
88 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13310()191 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2018_9339()274 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_0806()332 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13311()431 parcel.writeInt(VAL_PARCELABLE); in test_android_CVE_2017_13287()489 protected static final int VAL_PARCELABLE = 4; field in AmbiguousBundlesTest.Ambiguator