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

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

Completed in 119 milliseconds