Searched defs:ExpandedEAPMethod (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DExpandedEAPMethod.java14 public class ExpandedEAPMethod implements AuthParam { class in inherits:AuthParam
20 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int length, ByteBuffer payload) method in class:ExpandedEAPMethod
38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) { method in class:ExpandedEAPMethod
58 } else if (thatObject == null || thatObject.getClass() != ExpandedEAPMethod.class) {
61 ExpandedEAPMethod that = (ExpandedEAPMethod) thatObject;
H A DEAP.java80 public static final int ExpandedEAPMethod = 1; field in class:EAP
90 ExpandedEAPMethod, enum constant in enum:EAP.AuthInfoID
135 sAuthIds.put(ExpandedEAPMethod, AuthInfoID.ExpandedEAPMethod);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DExpandedEAPMethod.java14 public class ExpandedEAPMethod implements AuthParam { class in inherits:AuthParam
20 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int length, ByteBuffer payload) method in class:ExpandedEAPMethod
38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) { method in class:ExpandedEAPMethod
58 } else if (thatObject == null || thatObject.getClass() != ExpandedEAPMethod.class) {
61 ExpandedEAPMethod that = (ExpandedEAPMethod) thatObject;
H A DEAP.java80 public static final int ExpandedEAPMethod = 1; field in class:EAP
90 ExpandedEAPMethod, enum constant in enum:EAP.AuthInfoID
135 sAuthIds.put(ExpandedEAPMethod, AuthInfoID.ExpandedEAPMethod);

Completed in 124 milliseconds