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

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

Completed in 1374 milliseconds