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

/frameworks/base/packages/Osu/src/com/android/anqp/
H A DConstants.java63 public enum ANQPElementType { enum in class:Constants
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
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DConstants.java63 public enum ANQPElementType { enum in class:Constants
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
[all...]

Completed in 88 milliseconds