Searched defs:infoID (Results 1 - 25 of 25) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DRawByteElement.java11 public RawByteElement(Constants.ANQPElementType infoID, ByteBuffer payload) { argument
12 super(infoID);
H A DCapabilityListElement.java13 public CapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
15 super(infoID);
H A DDomainNameElement.java16 public DomainNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
18 super(infoID);
H A DEmergencyNumberElement.java15 public EmergencyNumberElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
17 super(infoID);
H A DGenericBlobElement.java13 public GenericBlobElement(Constants.ANQPElementType infoID, ByteBuffer payload) { argument
14 super(infoID);
H A DGenericStringElement.java13 public GenericStringElement(Constants.ANQPElementType infoID, ByteBuffer payload) throws ProtocolException { argument
14 super(infoID);
H A DHSCapabilityListElement.java15 public HSCapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
17 super(infoID);
H A DHSFriendlyNameElement.java17 public HSFriendlyNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
19 super(infoID);
H A DHSOsuProvidersElement.java19 public HSOsuProvidersElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
21 super(infoID);
H A DNAIRealmElement.java24 public NAIRealmElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
26 super(infoID);
H A DRoamingConsortiumElement.java22 public RoamingConsortiumElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
24 super(infoID);
H A DThreeGPPNetworkElement.java19 public ThreeGPPNetworkElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
21 super(infoID);
H A DHSIconFileElement.java23 public HSIconFileElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
25 super(infoID);
H A DHSConnectionCapabilityElement.java59 public HSConnectionCapabilityElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
61 super(infoID);
H A DIPAddressTypeAvailabilityElement.java20 public IPAddressTypeAvailabilityElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
22 super(infoID);
H A DNetworkAuthenticationTypeElement.java53 public NetworkAuthenticationTypeElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
56 super(infoID);
H A DANQPFactory.java182 Constants.ANQPElementType infoID = Constants.mapANQPElement(infoIDNumber);
183 if (infoID == null) {
192 return buildElement(payload, infoID, length);
195 public static ANQPElement buildElement(ByteBuffer payload, Constants.ANQPElementType infoID, argument
202 switch (infoID) {
204 return new CapabilityListElement(infoID, elementPayload);
206 return new VenueNameElement(infoID, elementPayload);
208 return new EmergencyNumberElement(infoID, elementPayload);
210 return new NetworkAuthenticationTypeElement(infoID, elementPayload);
212 return new RoamingConsortiumElement(infoID, elementPayloa
263 buildHS20Element(Constants.ANQPElementType infoID, ByteBuffer payload) argument
[all...]
H A DHSWanMetricsElement.java28 public HSWanMetricsElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
30 super(infoID);
H A DGEOLocationElement.java100 public GEOLocationElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
102 super(infoID);
H A DCivicLocationElement.java24 public CivicLocationElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
26 super(infoID);
H A DVenueNameElement.java22 public VenueNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
24 super(infoID);
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DHSOsuProvidersElement.java19 public HSOsuProvidersElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
21 super(infoID);
H A DHSIconFileElement.java23 public HSIconFileElement(Constants.ANQPElementType infoID, ByteBuffer payload) argument
25 super(infoID);
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DCredential.java29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload) argument
35 mAuthInfoID = infoID;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DCredential.java29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload) argument
35 mAuthInfoID = infoID;

Completed in 123 milliseconds