Searched refs:toParcelableArray (Results 1 – 4 of 4) sorted by relevance
20 import static android.net.shared.ParcelableUtil.toParcelableArray;75 parcel.ips = toParcelableArray( in toParcel()
20 import static android.net.shared.ParcelableUtil.toParcelableArray;152 p.dnsServers = toParcelableArray( in toStableParcelable()
20 import static android.net.shared.ParcelableUtil.toParcelableArray;387 p.informationElements = toParcelableArray(mInformationElements, in toStableParcelable()
38 public static <ParcelableType, BaseType> ParcelableType[] toParcelableArray( in toParcelableArray() method in ParcelableUtil