Searched refs:DEFAULT_ALGORITHMS (Results 1 – 3 of 3) 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;
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()
2540 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()2549 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()