Searched refs:SERVER_ADDR_STRING (Results 1 – 2 of 2) sorted by relevance
61 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in Ikev2VpnProfileTest70 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()
53 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in VpnManagerTest123 return new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING) in getPlatformVpnProfile()