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

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

Completed in 114 milliseconds