Searched defs:CredentialType (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DCredentialType.java34 public class CredentialType extends AuthParam { class in inherits:AuthParam
52 public CredentialType(int authType, int credType) { method in class:CredentialType
58 * Parse a CredentialType from the given buffer.
63 * @return {@link CredentialType}
67 public static CredentialType parse(ByteBuffer payload, int length, boolean tunneled)
75 return new CredentialType(authType, credType);
87 if (!(thatObject instanceof CredentialType)) {
90 CredentialType that = (CredentialType) thatObject;
101 return "CredentialType{mTyp
[all...]
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DEAP.java84 public static final int CredentialType = 5; field in class:EAP
94 CredentialType, enum constant in enum:EAP.AuthInfoID
139 sAuthIds.put(CredentialType, AuthInfoID.CredentialType);

Completed in 83 milliseconds