Searched refs:RESTRICTION_DONT_ESTABLISH (Results 1 – 2 of 2) sorted by relevance
49 private static final String RESTRICTION_DONT_ESTABLISH = "vpn.dont_establish"; field in AlwaysOnVpnTest119 restrictions.putBoolean(RESTRICTION_DONT_ESTABLISH, true); in testVpnLockdownUpdateWhitelist()156 restrictions.putBoolean(RESTRICTION_DONT_ESTABLISH, true); in testVpnLockdownWhitelistVpnComesUp()
62 private static final String RESTRICTION_DONT_ESTABLISH = "vpn.dont_establish"; field in ReflectorVpnService109 if (restrictions.getBoolean(RESTRICTION_DONT_ESTABLISH)) { in start()