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

/frameworks/base/core/java/android/os/
H A DParcel.java128 * {@link #writeTypedList}, {@link #readTypedObject},
1281 public final <T extends Parcelable> void writeTypedList(List<T> val) { method in class:Parcel
2373 * the parcel that was written with {@link #writeTypedList} at the
2376 * previously been written via {@link #writeTypedList} with the same object
2382 * @see #writeTypedList
2403 * that were written with {@link #writeTypedList} at the
2405 * previously been written via {@link #writeTypedList} with the same object
2411 * @see #writeTypedList

Completed in 69 milliseconds