Searched refs:VAL_PARCELABLEARRAY (Results 1 – 2 of 2) sorted by relevance
321 private static final int VAL_PARCELABLEARRAY = 16; // length-prefixed field in Parcel2426 return VAL_PARCELABLEARRAY; in getValueType()2526 case VAL_PARCELABLEARRAY: in writeValue()4696 case VAL_PARCELABLEARRAY: { in readValue()4772 case VAL_PARCELABLEARRAY: in isLengthPrefixed()5536 case VAL_PARCELABLEARRAY: return "VAL_PARCELABLEARRAY"; in valueTypeToString()
37954 Landroid/os/Parcel;->VAL_PARCELABLEARRAY:I