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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
VenueNameElement.java 16 private final VenueType mType;
34 mType = VenueType.Reserved;
38 if (type >= VenueType.Reserved.ordinal()) {
39 mType = VenueType.Reserved;
41 mType = VenueType.values()[type];
55 public VenueType getType() {
88 public enum VenueType {
170 private static final VenueType[] PerGroup =
172 VenueType.Unspecified,
173 VenueType.UnspecifiedAssembly
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 101 private final VenueNameElement.VenueType mVenueType;
249 mVenueType = interworking.venueType;
413 public VenueNameElement.VenueType getVenueType() {
500 "VenueGroup=%s, VenueType=%s, HSRelease=%s, AnqpDomainID=%d, " +
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 164 public VenueNameElement.VenueType venueType = null;
183 venueType = vne.getType();

Completed in 59 milliseconds