Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java62 private static final InetAddress GOOGLE_DNS_4; field in IpSecManagerTest
70 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 …]
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java101 private static final InetAddress GOOGLE_DNS_4 = InetAddress.parseNumericAddress("8.8.8.8"); field in IpSecManagerTest
106 new InetAddress[] {GOOGLE_DNS_4, GOOGLE_DNS_6};