Searched refs:VAL_PARCELABLE (Results 1 – 2 of 2) sorted by relevance
309 private static final int VAL_PARCELABLE = 4; // length-prefixed field in Parcel2396 return VAL_PARCELABLE; in getValueType()2484 case VAL_PARCELABLE: in writeValue()4620 case VAL_PARCELABLE: in readValue()4769 case VAL_PARCELABLE: in isLengthPrefixed()5522 case VAL_PARCELABLE: return "VAL_PARCELABLE"; in valueTypeToString()
37953 Landroid/os/Parcel;->VAL_PARCELABLE:I