Searched refs:TEST_ADDRESS (Results 1 – 3 of 3) sorted by relevance
19 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()
19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS;78 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnVpn()176 VpnTestHelper.checkPing(TEST_ADDRESS); in testVpnLockdownWhitelistVpnComesUp()
75 public static final String TEST_ADDRESS = "192.0.2.4"; field in VpnTestHelper