Searched refs:VpnTestHelper (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AlwaysOnVpnMultiStageTest.java | 19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS; 20 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE; 26 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper; 41 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnSet() 43 assertTrue(VpnTestHelper.isNetworkVpn(mContext)); in testAlwaysOnSet() 44 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSet() 48 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnSetWithWhitelist() 50 assertTrue(VpnTestHelper.isNetworkVpn(mContext)); in testAlwaysOnSetWithWhitelist() 51 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnSetWithWhitelist() 56 VpnTestHelper.waitForVpn(mContext, null, in testAlwaysOnSetAfterReboot() [all …]
|
D | AlwaysOnVpnTest.java | 19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.TEST_ADDRESS; 20 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE; 28 import com.android.cts.deviceandprofileowner.vpn.VpnTestHelper; 75 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnVpn() 78 VpnTestHelper.checkPing(TEST_ADDRESS); in testAlwaysOnVpn() 98 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAllowedApps() 100 assertTrue(VpnTestHelper.isNetworkVpn(mContext)); in testAllowedApps() 108 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testDisallowedApps() 110 assertFalse(VpnTestHelper.isNetworkVpn(mContext)); in testDisallowedApps() 125 final BlockingBroadcastReceiver receiver = VpnTestHelper.registerOnStartReceiver(mContext); in testVpnLockdownUpdateWhitelist() [all …]
|
D | AlwaysOnVpnUnsupportedTest.java | 19 import static com.android.cts.deviceandprofileowner.vpn.VpnTestHelper.VPN_PACKAGE;
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
D | VpnTestHelper.java | 66 public class VpnTestHelper { class
|