Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java531 private final int mApptype; field in EapSessionConfig.EapUiccConfig
536 mApptype = apptype; in EapUiccConfig()
549 result.putInt(APP_TYPE_KEY, mApptype); in toPersistableBundle()
569 return mApptype; in getAppType()
581 return Objects.hash(super.hashCode(), mSubId, mApptype); in hashCode()
593 return mSubId == other.mSubId && mApptype == other.mApptype; in equals()