Home
last modified time | relevance | path

Searched refs:toParcelableArray (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DPrivateDnsConfig.java23 import static android.net.shared.ParcelableUtil.toParcelableArray;
153 parcel.ips = toParcelableArray( in toParcel()
157 parcel.dohIps = toParcelableArray( in toParcel()
DInitialConfiguration.java20 import static android.net.shared.ParcelableUtil.toParcelableArray;
152 p.dnsServers = toParcelableArray( in toStableParcelable()
DParcelableUtil.java38 public static <ParcelableType, BaseType> ParcelableType[] toParcelableArray( in toParcelableArray() method in ParcelableUtil
DProvisioningConfiguration.java27 import static android.net.shared.ParcelableUtil.toParcelableArray;
467 p.informationElements = toParcelableArray(mInformationElements, in toStableParcelable()