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

/frameworks/base/core/java/android/os/
H A DParcel.java114 * {@link #readTypedArray} and {@link #readTypedList}. These methods
970 * {@link #readTypedArray} with the correct corresponding
977 * @see #readTypedArray
1699 public final <T> void readTypedArray(T[] val, Parcelable.Creator<T> c) { method in class:Parcel
1719 public final <T> T[] readTypedArray(Parcelable.Creator<T> c) { method in class:Parcel

Completed in 7 milliseconds