Home
last modified time | relevance | path

Searched refs:buildElement (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DANQPFactory.java172 elements.add(buildElement(payload)); in parsePayload()
177 private static ANQPElement buildElement(ByteBuffer payload) throws ProtocolException { in buildElement() method in ANQPFactory
192 return buildElement(payload, infoID, length); in buildElement()
195 public static ANQPElement buildElement(ByteBuffer payload, Constants.ANQPElementType infoID, in buildElement() method in ANQPFactory
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java91 ANQPElement element = buildElement(line); in parseANQPLines()
323 ANQPElement element = buildElement(line); in parseWPSData()
331 private static ANQPElement buildElement(String text) throws ProtocolException { in buildElement() method in SupplicantBridge
352 ANQPFactory.buildElement(ByteBuffer.wrap(payload), elementType, payload.length) : in buildElement()