Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnMultiStageTest.java41 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnSet()
48 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnSetWithAllowlist()
56 VpnTestHelper.waitForVpn(mContext, null, in testAlwaysOnSetAfterReboot()
DAlwaysOnVpnTest.java75 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAlwaysOnVpn()
98 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testAllowedApps()
108 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testDisallowedApps()
176 VpnTestHelper.waitForVpn(mContext, VPN_PACKAGE, in testVpnLockdownAllowlistVpnComesUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java107 public static void waitForVpn(Context context, String packageName, boolean usable, in waitForVpn() method in VpnTestHelper