Searched defs: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() 262 public Builder setEapAkaConfig(int subId, @UiccAppType int apptype) { in setEapAkaConfig() 282 @UiccAppType int apptype, in setEapAkaPrimeConfig() 533 private EapUiccConfig(@EapMethod int methodType, int subId, @UiccAppType int apptype) { in EapUiccConfig() 603 public EapSimConfig(int subId, @UiccAppType int apptype) { in EapSimConfig() 625 public EapAkaConfig(int subId, @UiccAppType int apptype) { in EapAkaConfig() 630 EapAkaConfig(int methodType, int subId, @UiccAppType int apptype) { in EapAkaConfig() 660 @UiccAppType int apptype, in EapAkaPrimeConfig()
|