Searched refs:getAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance
70 assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty()); in testDefaults()
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()175 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsAead()188 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsNormal()
318 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in Ikev2VpnProfile465 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
189 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in VpnProfile
2391 VpnIkev2Utils.buildChildSessionParams(mProfile.getAllowedAlgorithms());
28769 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();
28899 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();