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

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

Completed in 51 milliseconds