Searched refs:methodType (Results 1 – 1 of 1) sorted by relevance
448 EapMethodConfig(@EapMethod int methodType) { in EapMethodConfig() argument449 mMethodType = methodType; in EapMethodConfig()461 int methodType = in.getInt(METHOD_TYPE); in fromPersistableBundle() local462 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() argument550 super(methodType); in EapUiccConfig()656 EapAkaConfig(int methodType, int subId, @UiccAppType int apptype, EapAkaOption options) { in EapAkaConfig() argument657 super(methodType, subId, apptype); in EapAkaConfig()