Searched refs:lockdownKey (Results 1 – 2 of 2) sorted by relevance
41 public static void setLockdownVpn(Context context, String lockdownKey) { in setLockdownVpn() argument42 KeyStore.getInstance().put(Credentials.LOCKDOWN_VPN, lockdownKey.getBytes(), in setLockdownVpn()
283 String lockdownKey = VpnUtils.getLockdownVpn(); in isLegacyVpnLockDownOrAnotherPackageAlwaysOn() local284 if (lockdownKey != null) { in isLegacyVpnLockDownOrAnotherPackageAlwaysOn()