Home
last modified time | relevance | path

Searched refs:getMethodType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/eap/cts/
DEapSessionConfigTest.java94 assertEquals(EAP_TYPE_SIM, eapSimConfig.getMethodType()); in testBuildWithAllEapMethods()
99 assertEquals(EAP_TYPE_AKA, eapAkaConfig.getMethodType()); in testBuildWithAllEapMethods()
104 assertEquals(EAP_TYPE_AKA_PRIME, eapAkaPrimeConfig.getMethodType()); in testBuildWithAllEapMethods()
111 assertEquals(EAP_TYPE_MSCHAP_V2, eapMsChapV2Config.getMethodType()); in testBuildWithAllEapMethods()
118 assertEquals(EAP_TYPE_TTLS, eapTtlsConfig.getMethodType()); in testBuildWithAllEapMethods()
134 assertEquals(EAP_TYPE_AKA, eapAkaConfig.getMethodType()); in testBuildEapAkaConfigWithOption()
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java85 assertEquals(EAP_TYPE_SIM, eapMethodConfig.getMethodType()); in testBuildEapSim()
99 assertEquals(EAP_TYPE_AKA, eapMethodConfig.getMethodType()); in verifyBuildEapAka()
154 assertEquals(EAP_TYPE_AKA_PRIME, eapMethodConfig.getMethodType()); in testBuildEapAkaPrime()
176 assertEquals(EAP_TYPE_MSCHAP_V2, config.getMethodType()); in testBuildEapMsChapV2()
197 assertEquals(EAP_TYPE_TTLS, config.getMethodType()); in testBuildEapTtls()
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java495 public int getMethodType() { in getMethodType() method in EapSessionConfig.EapMethodConfig
/packages/modules/IPsec/api/
Dcurrent.txt61 method public int getMethodType();