HomeSort by relevance Sort by last modified time
    Searched refs:GenericStringElement (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GenericStringElement.java 10 public class GenericStringElement extends ANQPElement {
13 public GenericStringElement(Constants.ANQPElementType infoID, ByteBuffer payload) throws ProtocolException {
ANQPFactory.java 224 return new GenericStringElement(infoID, elementPayload);
228 return new GenericStringElement(infoID, elementPayload);
232 return new GenericStringElement(infoID, elementPayload);

Completed in 145 milliseconds