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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
Constants.java 52 public enum ANQPElementType {
70 private static final Map<Integer, ANQPElementType> sAnqpMap = new HashMap<>();
71 private static final Map<Integer, ANQPElementType> sHs20Map = new HashMap<>();
72 private static final Map<ANQPElementType, Integer> sRevAnqpmap =
73 new EnumMap<>(ANQPElementType.class);
74 private static final Map<ANQPElementType, Integer> sRevHs20map =
75 new EnumMap<>(ANQPElementType.class);
78 sAnqpMap.put(ANQP_QUERY_LIST, ANQPElementType.ANQPQueryList);
79 sAnqpMap.put(ANQP_VENUE_NAME, ANQPElementType.ANQPVenueName);
80 sAnqpMap.put(ANQP_ROAMING_CONSORTIUM, ANQPElementType.ANQPRoamingConsortium)
    [all...]
  /frameworks/base/packages/Osu/src/com/android/anqp/
Constants.java 63 public enum ANQPElementType {
94 private static final Map<Integer, ANQPElementType> sAnqpMap = new HashMap<>();
95 private static final Map<Integer, ANQPElementType> sHs20Map = new HashMap<>();
96 private static final Map<ANQPElementType, Integer> sRevAnqpmap =
97 new EnumMap<>(ANQPElementType.class);
98 private static final Map<ANQPElementType, Integer> sRevHs20map =
99 new EnumMap<>(ANQPElementType.class);
102 sAnqpMap.put(ANQP_QUERY_LIST, ANQPElementType.ANQPQueryList);
103 sAnqpMap.put(ANQP_CAPABILITY_LIST, ANQPElementType.ANQPCapabilityList);
104 sAnqpMap.put(ANQP_VENUE_NAME, ANQPElementType.ANQPVenueName)
    [all...]

Completed in 51 milliseconds