Searched refs:apptype (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/IPsec/src/java/android/net/eap/ |
H A D | EapSessionConfig.java | 249 public Builder setEapSimConfig(int subId, @UiccAppType int apptype) { in setEapSimConfig() argument 282 @UiccAppType int apptype, in setEapAkaPrimeConfig() argument 536 mApptype = apptype; in EapUiccConfig() 603 public EapSimConfig(int subId, @UiccAppType int apptype) { in EapSimConfig() argument 604 super(EAP_TYPE_SIM, subId, apptype); in EapSimConfig() 625 public EapAkaConfig(int subId, @UiccAppType int apptype) { in EapAkaConfig() argument 626 this(EAP_TYPE_AKA, subId, apptype); in EapAkaConfig() 630 EapAkaConfig(int methodType, int subId, @UiccAppType int apptype) { in EapAkaConfig() argument 631 super(methodType, subId, apptype); in EapAkaConfig() 660 @UiccAppType int apptype, in EapAkaPrimeConfig() argument [all …]
|