Searched refs:mEAPMethods (Results 1 – 1 of 1) sorted by relevance
51 private final List<EAPMethod> mEAPMethods; field in NAIRealmData56 mEAPMethods = eapMethods; in NAIRealmData()98 return Collections.unmodifiableList(mEAPMethods); in getEAPMethods()110 return mRealms.equals(that.mRealms) && mEAPMethods.equals(that.mEAPMethods); in equals()115 return mRealms.hashCode() * 31 + mEAPMethods.hashCode(); in hashCode()120 return "NAIRealmElement{mRealms=" + mRealms + " mEAPMethods=" + mEAPMethods + "}"; in toString()