OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hs20Subtypes
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointEventHandler.java
146
Set<Integer>
hs20Subtypes
= new HashSet<>();
153
hs20Subtypes
.add(id);
156
return Pair.create(anqpIds,
hs20Subtypes
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
750
* @param
hs20Subtypes
Set of HS20 subtypes.
753
public boolean requestAnqp(String bssid, Set<Integer> anqpIds, Set<Integer>
hs20Subtypes
) {
755
&& (
hs20Subtypes
== null ||
hs20Subtypes
.isEmpty()))) {
764
hs20SubtypeList.addAll(
hs20Subtypes
);
[
all
...]
Completed in 72 milliseconds