Searched refs:isVpnLockdown (Results 1 – 2 of 2) sorted by relevance
207 if (VpnUtils.isVpnLockdown(profile.key)) { in updateLockdownVpn()229 if (!VpnUtils.isVpnLockdown(profile.key)) { in connect()
58 public static boolean isVpnLockdown(String key) { in isVpnLockdown() method in VpnUtils