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

/frameworks/base/core/java/android/os/
H A DParcel.java164 * {@link #writeBinderList(List)}, {@link #readBinderList(List)},
1265 public final void writeBinderList(List<IBinder> val) { method in class:Parcel
2177 * the parcel that was written with {@link #writeBinderList} at the
2184 * @see #writeBinderList
2225 * {@link #writeBinderList} at the current dataPosition().
2230 * @see #writeBinderList

Completed in 40 milliseconds