Home
last modified time | relevance | path

Searched refs:mEapMethodID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/anqp/eap/
DInnerAuthEAP.java13 private final EAP.EAPMethodID mEapMethodID; field in InnerAuthEAP
20 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
DInnerAuthEAP.java13 private final EAP.EAPMethodID mEapMethodID; field in InnerAuthEAP
20 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()