Home
last modified time | relevance | path

Searched refs:SERVER_ADDR_STRING (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/VpnTests/java/android/net/
DIkev2VpnProfileTest.java61 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in Ikev2VpnProfileTest
70 SERVER_ADDR_STRING, -1, ProxyUtils.exclusionStringAsList(EXCL_LIST));
87 new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING); in getBuilderWithDefaultOptions()
106 assertEquals(SERVER_ADDR_STRING, profile.getServerAddr()); in testBuildValidProfileWithOptions()
286 assertEquals(SERVER_ADDR_STRING, profile.server); in verifyVpnProfileCommon()
514 new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING) in testBuildProfileWithNullProxy()
DVpnManagerTest.java53 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in VpnManagerTest
123 return new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING) in getPlatformVpnProfile()