Searched refs:DEFAULT_ALGORITHMS (Results 1 – 2 of 2) sorted by relevance
94 public static final List<String> DEFAULT_ALGORITHMS; field in Ikev2VpnProfile114 DEFAULT_ALGORITHMS = Collections.unmodifiableList(algorithms);806 @NonNull private List<String> mAllowedAlgorithms = DEFAULT_ALGORITHMS;
2717 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()2726 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()