Searched refs:Ike3gppN1ModeInformation (Results 1 – 7 of 7) sorted by relevance
31 Ike3gppN1ModeInformation n1ModeInformation = new Ike3gppN1ModeInformation(SNSSAI); in testIke3gppN1ModeInformation()40 new Ike3gppN1ModeInformation(null); in testIke3gppN1ModeInformationNullSnssai()
30 private Ike3gppN1ModeInformation mN1ModeInformation;32 public static Ike3gppN1ModeInformation newN1ModeInformation() { in newN1ModeInformation()33 return new Ike3gppN1ModeInformation(SNSSAI); in newN1ModeInformation()
32 public final class Ike3gppN1ModeInformation extends Ike3gppData { class42 public Ike3gppN1ModeInformation(@NonNull byte[] snssai) { in Ike3gppN1ModeInformation() method in Ike3gppN1ModeInformation
30 import android.net.ipsec.ike.ike3gpp.Ike3gppN1ModeInformation;112 ike3gppDataList.add(new Ike3gppN1ModeInformation(snssai)); in handleAuthResp()
135 public final class Ike3gppN1ModeInformation extends android.net.ipsec.ike.ike3gpp.Ike3gppData {136 ctor public Ike3gppN1ModeInformation(@NonNull byte[]);
54 import android.net.ipsec.ike.ike3gpp.Ike3gppN1ModeInformation;486 ((Ike3gppN1ModeInformation) payload).getSnssai()); in onIke3gppDataReceived()
138 import android.net.ipsec.test.ike.ike3gpp.Ike3gppN1ModeInformation;5537 Ike3gppN1ModeInformation n1ModeInformation = null; in verifyN1ModeReceived()5540 n1ModeInformation = (Ike3gppN1ModeInformation) payload; in verifyN1ModeReceived()