Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnMultiStageTest.java78 VpnTestHelper.tryPosixConnect(TEST_ADDRESS); in testNetworkBlocked()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java231 public static void tryPosixConnect(String host) throws ErrnoException, IOException { in tryPosixConnect() method in VpnTestHelper