Home
last modified time | relevance | path

Searched refs:getAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
H A DVpnProfileTest.java73 assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty()); in testDefaults()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIkev2VpnProfileTest.java117 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()
183 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsAead()
201 assertEquals(allowedAlgorithms, profile.getAllowedAlgorithms()); in testBuildWithAllowedAlgorithmsNormal()
/aosp12/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java337 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in Ikev2VpnProfile
483 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIkev2VpnTest.java250 assertEquals(TEST_ALLOWED_ALGORITHMS, profile.getAllowedAlgorithms()); in checkBasicIkev2VpnProfile()
/aosp12/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java193 public List<String> getAllowedAlgorithms() { in getAllowedAlgorithms() method in VpnProfile
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java2631 VpnIkev2Utils.buildChildSessionParams(mProfile.getAllowedAlgorithms());
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26376 method @NonNull public java.util.List<java.lang.String> getAllowedAlgorithms();