Searched refs:mEapMethodID (Results 1 – 2 of 2) sorted by relevance
13 private final EAP.EAPMethodID mEapMethodID; field in InnerAuthEAP20 mEapMethodID = EAP.mapEAPMethod(typeID); in InnerAuthEAP()24 mEapMethodID = eapMethodID; in InnerAuthEAP()33 return mEapMethodID; in getEAPMethodID()38 return mEapMethodID != null ? mEapMethodID.hashCode() : 0; in hashCode()54 return "Auth method InnerAuthEAP, inner = " + mEapMethodID + '\n'; in toString()