Home
last modified time | relevance | path

Searched defs:fromPersistableBundle (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DChildSaProposalUtils.java46 public static ChildSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in ChildSaProposalUtils
DIkeTrafficSelectorUtils.java44 public static IkeTrafficSelector fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeTrafficSelectorUtils
DIkeSaProposalUtils.java54 public static IkeSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSaProposalUtils
DTunnelConnectionParamsUtils.java50 public static IkeTunnelConnectionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in TunnelConnectionParamsUtils
DIkeIdentificationUtils.java112 public static IkeIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeIdentificationUtils
DTunnelModeChildSessionParamsUtils.java193 public static TunnelModeChildSessionParams fromPersistableBundle( in fromPersistableBundle() method in TunnelModeChildSessionParamsUtils
DEapSessionConfigUtils.java97 public static EapSessionConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfigUtils
DIkeSessionParamsUtils.java191 public static IkeSessionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSessionParamsUtils
/frameworks/base/core/java/android/net/vcn/
DVcnWifiUnderlyingNetworkTemplate.java90 public static VcnWifiUnderlyingNetworkTemplate fromPersistableBundle( in fromPersistableBundle() method in VcnWifiUnderlyingNetworkTemplate
DVcnUnderlyingNetworkTemplate.java163 public static VcnUnderlyingNetworkTemplate fromPersistableBundle( in fromPersistableBundle() method in VcnUnderlyingNetworkTemplate
DVcnCellUnderlyingNetworkTemplate.java170 public static VcnCellUnderlyingNetworkTemplate fromPersistableBundle( in fromPersistableBundle() method in VcnCellUnderlyingNetworkTemplate
/frameworks/base/services/core/java/com/android/server/vcn/util/
DPersistableBundleUtils.java81 T fromPersistableBundle(PersistableBundle in); in fromPersistableBundle() method