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.java136 elements.add(buildElement(payload));
141 private static ANQPElement buildElement(ByteBuffer payload) throws ProtocolException { method in class:ANQPFactory
156 return buildElement(payload, infoID, length);
159 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.java71 ANQPElement element = buildElement(line);
291 ANQPElement element = buildElement(line);
299 private static ANQPElement buildElement(String text) throws ProtocolException { method in class:SupplicantBridge
320 ANQPFactory.buildElement(ByteBuffer.wrap(payload), elementType, payload.length) :

Completed in 91 milliseconds