Searched defs:writeTypedArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcel.java113 * with Parcelables: {@link #writeTypedArray},
1093 public final <T extends Parcelable> void writeTypedArray(T[] val, method in class:Parcel
1871 * previously been written via {@link #writeTypedArray} with the same
1877 * @see #writeTypedArray
1921 * has significantly more overhead than {@link #writeTypedArray}, but will
1928 * @see #writeTypedArray

Completed in 348 milliseconds