Home
last modified time | relevance | path

Searched refs:checkPing (Results 1 – 3 of 3) 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 testAlwaysOnSetWithAllowlist()
58 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetAfterReboot()
DAlwaysOnVpnTest.java78 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnVpn()
180 VpnTestHelper.checkPing(TEST_ADDRESS); in testVpnLockdownAllowlistVpnComesUp()
/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