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.java547 private final int mApptype; field in EapSessionConfig.EapUiccConfig
552 mApptype = apptype; in EapUiccConfig()
565 result.putInt(APP_TYPE_KEY, mApptype); in toPersistableBundle()
585 return mApptype; in getAppType()
597 return Objects.hash(super.hashCode(), mSubId, mApptype); in hashCode()
609 return mSubId == other.mSubId && mApptype == other.mApptype; in equals()