Searched refs:apptype (Results 1 – 1 of 1) sorted by relevance
/packages/modules/IPsec/src/java/android/net/eap/ |
D | EapSessionConfig.java | 249 public Builder setEapSimConfig(int subId, @UiccAppType int apptype) { in setEapSimConfig() argument 250 mEapConfigs.put(EapMethodConfig.EAP_TYPE_SIM, new EapSimConfig(subId, apptype)); in setEapSimConfig() 262 public Builder setEapAkaConfig(int subId, @UiccAppType int apptype) { in setEapAkaConfig() argument 263 setEapAkaConfig(subId, apptype, null); in setEapAkaConfig() 277 int subId, @UiccAppType int apptype, @NonNull EapAkaOption options) { in setEapAkaConfig() argument 279 EapMethodConfig.EAP_TYPE_AKA, new EapAkaConfig(subId, apptype, options)); in setEapAkaConfig() 298 @UiccAppType int apptype, in setEapAkaPrimeConfig() argument 304 subId, apptype, networkName, allowMismatchedNetworkNames)); in setEapAkaPrimeConfig() 549 private EapUiccConfig(@EapMethod int methodType, int subId, @UiccAppType int apptype) { in EapUiccConfig() argument 552 mApptype = apptype; in EapUiccConfig() [all …]
|