OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEapMethodID
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
InnerAuthEAP.java
13
private final EAP.EAPMethodID
mEapMethodID
;
20
mEapMethodID
= EAP.mapEAPMethod(typeID);
24
mEapMethodID
= eapMethodID;
33
return
mEapMethodID
;
38
return
mEapMethodID
!= null ?
mEapMethodID
.hashCode() : 0;
54
return "Auth method InnerAuthEAP, inner = " +
mEapMethodID
+ '\n';
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
InnerAuthEAP.java
13
private final EAP.EAPMethodID
mEapMethodID
;
20
mEapMethodID
= EAP.mapEAPMethod(typeID);
24
mEapMethodID
= eapMethodID;
33
return
mEapMethodID
;
38
return
mEapMethodID
!= null ?
mEapMethodID
.hashCode() : 0;
54
return "Auth method InnerAuthEAP, inner = " +
mEapMethodID
+ '\n';
Completed in 46 milliseconds