Searched refs:ikeId (Results 1 – 1 of 1) sorted by relevance
66 public static PersistableBundle toPersistableBundle(@NonNull IkeIdentification ikeId) { in toPersistableBundle() argument67 if (ikeId instanceof IkeDerAsn1DnIdentification) { in toPersistableBundle()69 IkeDerAsn1DnIdentification id = (IkeDerAsn1DnIdentification) ikeId; in toPersistableBundle()74 } else if (ikeId instanceof IkeFqdnIdentification) { in toPersistableBundle()76 IkeFqdnIdentification id = (IkeFqdnIdentification) ikeId; in toPersistableBundle()79 } else if (ikeId instanceof IkeIpv4AddrIdentification) { in toPersistableBundle()81 IkeIpv4AddrIdentification id = (IkeIpv4AddrIdentification) ikeId; in toPersistableBundle()84 } else if (ikeId instanceof IkeIpv6AddrIdentification) { in toPersistableBundle()86 IkeIpv6AddrIdentification id = (IkeIpv6AddrIdentification) ikeId; in toPersistableBundle()89 } else if (ikeId instanceof IkeKeyIdIdentification) { in toPersistableBundle()[all …]