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

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

Completed in 276 milliseconds