Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/eap/cts/
DEapSessionConfigTest.java106 assertTrue(NETWORK_NAME, eapAkaPrimeConfig.allowsMismatchedNetworkNames()); in testBuildWithAllEapMethods()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeMethodStateMachine.java212 return mEapAkaPrimeConfig.allowsMismatchedNetworkNames() || hasMatchingNetworkNames; in isValidChallengeAttributes()
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java159 assertTrue(eapAkaPrimeConfig.allowsMismatchedNetworkNames()); in testBuildEapAkaPrime()
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java776 public boolean allowsMismatchedNetworkNames() { in allowsMismatchedNetworkNames() method in EapSessionConfig.EapAkaPrimeConfig
/packages/modules/IPsec/api/
Dcurrent.txt56 method public boolean allowsMismatchedNetworkNames();