Searched refs:DEFAULT_ALGORITHMS (Results 1 – 3 of 3) sorted by relevance
76 public static final List<String> DEFAULT_ALGORITHMS = field in Ikev2VpnProfile640 @NonNull private List<String> mAllowedAlgorithms = DEFAULT_ALGORITHMS;
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()
1970 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS);1979 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS);