Searched refs:mApptype (Results 1 – 1 of 1) sorted by relevance
547 private final int mApptype; field in EapSessionConfig.EapUiccConfig552 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()