Home
last modified time | relevance | path

Searched refs:allowsMismatchedNetworkNames (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/IPsec/tests/cts/src/android/eap/cts/
H A DEapSessionConfigTest.java105 assertTrue(NETWORK_NAME, eapAkaPrimeConfig.allowsMismatchedNetworkNames()); in testBuildWithAllEapMethods()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java194 result.putBoolean(ALL_MISMATCHED_NETWORK_KEY, config.allowsMismatchedNetworkNames()); in toPersistableBundle()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
H A DEapSessionConfigTest.java126 assertTrue(eapAkaPrimeConfig.allowsMismatchedNetworkNames()); in testBuildEapAkaPrime()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
H A DEapAkaPrimeMethodStateMachine.java212 return mEapAkaPrimeConfig.allowsMismatchedNetworkNames() || hasMatchingNetworkNames; in isValidChallengeAttributes()
/aosp12/packages/modules/IPsec/src/java/android/net/eap/
H A DEapSessionConfig.java716 public boolean allowsMismatchedNetworkNames() { in allowsMismatchedNetworkNames() method in EapSessionConfig.EapAkaPrimeConfig
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt30 method public boolean allowsMismatchedNetworkNames();