Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java448 EapMethodConfig(@EapMethod int methodType) { in EapMethodConfig() argument
449 mMethodType = methodType; in EapMethodConfig()
461 int methodType = in.getInt(METHOD_TYPE); in fromPersistableBundle() local
462 switch (methodType) { in fromPersistableBundle()
474 throw new IllegalArgumentException("Invalid EAP Type: " + methodType); in fromPersistableBundle()
549 private EapUiccConfig(@EapMethod int methodType, int subId, @UiccAppType int apptype) { in EapUiccConfig() argument
550 super(methodType); in EapUiccConfig()
656 EapAkaConfig(int methodType, int subId, @UiccAppType int apptype, EapAkaOption options) { in EapAkaConfig() argument
657 super(methodType, subId, apptype); in EapAkaConfig()