Searched refs:fromParcelableArray (Results 1 – 4 of 4) sorted by relevance
19 import static android.net.shared.ParcelableUtil.fromParcelableArray;86 ips = fromParcelableArray(parcel.ips, IpConfigurationParcelableUtil::unparcelAddress) in fromParcel()
19 import static android.net.shared.ParcelableUtil.fromParcelableArray;167 fromParcelableArray(p.dnsServers, IpConfigurationParcelableUtil::unparcelAddress)); in fromStableParcelable()
19 import static android.net.shared.ParcelableUtil.fromParcelableArray;399 ies.addAll(fromParcelableArray(p.informationElements, in fromStableParcelable()
55 public static <ParcelableType, BaseType> ArrayList<BaseType> fromParcelableArray( in fromParcelableArray() method in ParcelableUtil