Searched refs:VAL_PARCELABLE (Results 1 – 4 of 4) sorted by relevance
31 const int VAL_PARCELABLE = 4; in writeParcelableHead() local36 pData->writeInt32(VAL_PARCELABLE); in writeParcelableHead()
31 private static final int VAL_PARCELABLE = 4; field in PocAmbiguator79 parcel.writeInt(VAL_PARCELABLE); in make()
23 private static final int VAL_PARCELABLE = 4; field in AInjector227 dest.writeInt(VAL_PARCELABLE); in writeToParcel()242 dest.writeInt(VAL_PARCELABLE); in writeToParcel()
232 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