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

/frameworks/base/core/java/android/os/
H A DParcel.java124 * {@link #writeTypedList}, {@link #readTypedObject},
1209 public final <T extends Parcelable> void writeTypedList(List<T> val) { method in class:Parcel
2088 * the parcel that was written with {@link #writeTypedList} at the
2091 * previously been written via {@link #writeTypedList} with the same object
2097 * @see #writeTypedList
2118 * that were written with {@link #writeTypedList} at the
2120 * previously been written via {@link #writeTypedList} with the same object
2126 * @see #writeTypedList

Completed in 84 milliseconds