Searched refs:GOOGLE_DNS_4 (Results 1 – 2 of 2) sorted by relevance
62 private static final InetAddress GOOGLE_DNS_4; field in IpSecManagerTest70 GOOGLE_DNS_4 = InetAddress.getByName("8.8.8.8");101 eq(GOOGLE_DNS_4.getHostAddress()), in testAllocSpi()107 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4, DROID_SPI); in testAllocSpi()120 eq(GOOGLE_DNS_4.getHostAddress()), in testAllocRandomSpi()126 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4); in testAllocRandomSpi()147 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4); in testAllocSpiResUnavailableException()164 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4); in testAllocSpiSpiUnavailableException()176 mIpSecManager.allocateSecurityParameterIndex(GOOGLE_DNS_4, 0); in testRequestAllocInvalidSpi()269 eq(VTI_LOCAL_ADDRESS.getHostAddress()), eq(GOOGLE_DNS_4.getHostAddress()), in createAndValidateVti()[all …]
101 private static final InetAddress GOOGLE_DNS_4 = InetAddress.parseNumericAddress("8.8.8.8"); field in IpSecManagerTest106 new InetAddress[] {GOOGLE_DNS_4, GOOGLE_DNS_6};