Searched refs:mEAPMethodID (Results 1 – 3 of 3) sorted by relevance
36 private final int mEAPMethodID; field in InnerAuthEAP41 mEAPMethodID = eapMethodID; in InnerAuthEAP()62 return mEAPMethodID; in getEAPMethodID()74 return mEAPMethodID == that.mEAPMethodID; in equals()79 return mEAPMethodID; in hashCode()84 return "InnerAuthEAP{mEAPMethodID=" + mEAPMethodID + "}"; in toString()
39 private final int mEAPMethodID; field in EAPMethod44 mEAPMethodID = methodID; in EAPMethod()130 return mEAPMethodID; in getEAPMethodID()142 return mEAPMethodID == that.mEAPMethodID && mAuthParams.equals(that.mAuthParams); in equals()147 return mEAPMethodID * 31 + mAuthParams.hashCode(); in hashCode()152 return "EAPMethod{mEAPMethodID=" + mEAPMethodID + " mAuthParams=" + mAuthParams + "}"; in toString()
93 private final int mEAPMethodID; field in PasspointProvider133 mEAPMethodID = EAPConstants.EAP_TTLS; in PasspointProvider()139 mEAPMethodID = EAPConstants.EAP_TLS; in PasspointProvider()144 mEAPMethodID = mConfig.getCredential().getSimCredential().getEapType(); in PasspointProvider()