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