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

/frameworks/base/core/java/android/os/
H A DParcel.java113 * {@link #writeTypedList(List)},
893 public final <T extends Parcelable> void writeTypedList(List<T> val) { method in class:Parcel
1514 * the parcel that was written with {@link #writeTypedList} at the
1517 * previously been written via {@link #writeTypedList} with the same object
1523 * @see #writeTypedList
1544 * that were written with {@link #writeTypedList} at the
1546 * previously been written via {@link #writeTypedList} with the same object
1552 * @see #writeTypedList

Completed in 48 milliseconds