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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DDomainNameElement.java40 public class DomainNameElement extends ANQPElement { class in inherits:ANQPElement
44 public DomainNameElement(List<String> domains) { method in class:DomainNameElement
50 * Parse a DomainNameElement from the given buffer.
53 * @return {@link DomainNameElement}
56 public static DomainNameElement parse(ByteBuffer payload) {
63 return new DomainNameElement(domains);
75 if (!(thatObject instanceof DomainNameElement)) {
78 DomainNameElement that = (DomainNameElement) thatObject;

Completed in 52 milliseconds