Searched refs:mapEAPMethod (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DInnerAuthEAP.java20 mEapMethodID = EAP.mapEAPMethod(typeID);
H A DEAP.java144 public static EAPMethodID mapEAPMethod(int methodID) { method in class:EAP
148 public static Integer mapEAPMethod(EAPMethodID methodID) { method in class:EAP
H A DEAPMethod.java33 mEAPMethodID = EAP.mapEAPMethod(methodID);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DInnerAuthEAP.java20 mEapMethodID = EAP.mapEAPMethod(typeID);
H A DEAP.java144 public static EAPMethodID mapEAPMethod(int methodID) { method in class:EAP
148 public static Integer mapEAPMethod(EAPMethodID methodID) { method in class:EAP
H A DEAPMethod.java34 mEAPMethodID = EAP.mapEAPMethod(methodID);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java594 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null);
605 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null);
791 EAP.EAPMethodID eapMethodID = EAP.mapEAPMethod(eapID);
801 innerEAPMethod = EAP.mapEAPMethod(innerEAPType.intValue());
849 new EAPMethod(EAP.mapEAPMethod(getInteger(simNode.getChild(TAG_EAPType))),
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java553 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null);
564 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null);
750 EAP.EAPMethodID eapMethodID = EAP.mapEAPMethod(eapID);
760 innerEAPMethod = EAP.mapEAPMethod(innerEAPType.intValue());
808 new EAPMethod(EAP.mapEAPMethod(getInteger(simNode.getChild(TAG_EAPType))),

Completed in 445 milliseconds