Searched refs:LOCAL_HOSTNAME (Results 1 – 6 of 6) sorted by relevance
48 IkeFqdnIdentification ikeId = new IkeFqdnIdentification(LOCAL_HOSTNAME); in testIkeFqdnIdentification()49 assertEquals(LOCAL_HOSTNAME, ikeId.fqdn); in testIkeFqdnIdentification()
74 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in createIkeParamsBuilderBase()
48 static final String LOCAL_HOSTNAME = "client.test.ike.android.net"; field in IkeTestBase
155 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
60 .setLocalIdentification(new IkeFqdnIdentification(LOCAL_HOSTNAME)) in openIkeSessionWithRemoteAddress()
103 private static final IkeIdentification LOCAL_ID = new IkeFqdnIdentification(LOCAL_HOSTNAME);