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

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

Completed in 10 milliseconds