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