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

/frameworks/base/core/java/android/os/
H A DParcel.java115 * {@link #writeTypedList(List)},
1036 public final <T extends Parcelable> void writeTypedList(List<T> val) { method in class:Parcel
1756 * the parcel that was written with {@link #writeTypedList} at the
1759 * previously been written via {@link #writeTypedList} with the same object
1765 * @see #writeTypedList
1786 * that were written with {@link #writeTypedList} at the
1788 * previously been written via {@link #writeTypedList} with the same object
1794 * @see #writeTypedList

Completed in 60 milliseconds