Home
last modified time | relevance | path

Searched refs:TEST_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnMultiStageTest.java19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
44 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSet()
51 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetWithWhitelist()
58 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetAfterReboot()
78 VpnTestHelper.tryPosixConnect(TEST_ADDRESS); in testNetworkBlocked()
DAlwaysOnVpnTest.java19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;
78 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.java75 public static final String TEST_ADDRESS = "192.0.2.4"; field in VpnTestHelper