Home
last modified time | relevance | path

Searched refs:checkPing (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnMultiStageTest.java44 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSet()
51 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetWithWhitelist()
58 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetAfterReboot()
DAlwaysOnVpnTest.java78 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnVpn()
176 VpnTestHelper.checkPing(TEST_ADDRESS); in testVpnLockdownWhitelistVpnComesUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java183 public static void checkPing(String host) throws ErrnoException, IOException { in checkPing() method in VpnTestHelper
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java299 private static void checkPing(String to) throws IOException, ErrnoException { in checkPing() method in VpnTest
500 checkPing("2001:db8:dead:beef::f00"); in checkTrafficOnVpn()