Searched refs:SERVER_ADDR_STRING (Results 1 – 2 of 2) sorted by relevance
59 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in Ikev2VpnProfileTest75 SERVER_ADDR_STRING, -1, ProxyUtils.exclusionStringAsList(EXCL_LIST));92 new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING); in getBuilderWithDefaultOptions()111 assertEquals(SERVER_ADDR_STRING, profile.getServerAddr()); in testBuildValidProfileWithOptions()274 assertEquals(SERVER_ADDR_STRING, profile.server); in verifyVpnProfileCommon()
53 private static final String SERVER_ADDR_STRING = "1.2.3.4"; field in VpnManagerTest120 return new Ikev2VpnProfile.Builder(SERVER_ADDR_STRING, IDENTITY_STRING) in getPlatformVpnProfile()