Home
last modified time | relevance | path

Searched refs:Ike3gppN1ModeInformation (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ike3gpp/
DIke3gppN1ModeInformationTest.java31 Ike3gppN1ModeInformation n1ModeInformation = new Ike3gppN1ModeInformation(SNSSAI); in testIke3gppN1ModeInformation()
40 new Ike3gppN1ModeInformation(null); in testIke3gppN1ModeInformationNullSnssai()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ike3gpp/
DIke3gppN1ModeInformationTest.java30 private Ike3gppN1ModeInformation mN1ModeInformation;
32 public static Ike3gppN1ModeInformation newN1ModeInformation() { in newN1ModeInformation()
33 return new Ike3gppN1ModeInformation(SNSSAI); in newN1ModeInformation()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ike3gpp/
DIke3gppN1ModeInformation.java32 public final class Ike3gppN1ModeInformation extends Ike3gppData { class
42 public Ike3gppN1ModeInformation(@NonNull byte[] snssai) { in Ike3gppN1ModeInformation() method in Ike3gppN1ModeInformation
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppIkeAuth.java30 import android.net.ipsec.ike.ike3gpp.Ike3gppN1ModeInformation;
112 ike3gppDataList.add(new Ike3gppN1ModeInformation(snssai)); in handleAuthResp()
/packages/modules/IPsec/api/
Dsystem-current.txt135 public final class Ike3gppN1ModeInformation extends android.net.ipsec.ike.ike3gpp.Ike3gppData {
136 ctor public Ike3gppN1ModeInformation(@NonNull byte[]);
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java54 import android.net.ipsec.ike.ike3gpp.Ike3gppN1ModeInformation;
486 ((Ike3gppN1ModeInformation) payload).getSnssai()); in onIke3gppDataReceived()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java138 import android.net.ipsec.test.ike.ike3gpp.Ike3gppN1ModeInformation;
5537 Ike3gppN1ModeInformation n1ModeInformation = null; in verifyN1ModeReceived()
5540 n1ModeInformation = (Ike3gppN1ModeInformation) payload; in verifyN1ModeReceived()