Home
last modified time | relevance | path

Searched refs:LOCAL_HOSTNAME (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeIdentificationTest.java48 IkeFqdnIdentification ikeId = new IkeFqdnIdentification(LOCAL_HOSTNAME); in testIkeFqdnIdentification()
49 assertEquals(LOCAL_HOSTNAME, ikeId.fqdn); in testIkeFqdnIdentification()
DIkeSessionPskTestBase.java74 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in createIkeParamsBuilderBase()
DIkeTestBase.java48 static final String LOCAL_HOSTNAME = "client.test.ike.android.net"; field in IkeTestBase
DIkeSessionMschapV2Test.java155 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionRekeyTest.java60 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
DIkeSessionParamsTest.java103 private static final IkeIdentification LOCAL_ID = new IkeFqdnIdentification(LOCAL_HOSTNAME);