Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAlwaysOnVpnTest.java49 private static final String RESTRICTION_DONT_ESTABLISH = "vpn.dont_establish"; field in AlwaysOnVpnTest
119 restrictions.putBoolean(RESTRICTION_DONT_ESTABLISH, true); in testVpnLockdownUpdateWhitelist()
156 restrictions.putBoolean(RESTRICTION_DONT_ESTABLISH, true); in testVpnLockdownWhitelistVpnComesUp()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java62 private static final String RESTRICTION_DONT_ESTABLISH = "vpn.dont_establish"; field in ReflectorVpnService
109 if (restrictions.getBoolean(RESTRICTION_DONT_ESTABLISH)) { in start()