OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPV4_NOT_AVAILABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
IPAddressTypeAvailabilityElement.java
44
public static final int
IPV4_NOT_AVAILABLE
= 0;
54
IPV4_AVAILABILITY.add(
IPV4_NOT_AVAILABLE
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointNetworkScore.java
108
IPV4_SCORES.put(IPAddressTypeAvailabilityElement.
IPV4_NOT_AVAILABLE
, 0);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointNetworkScoreTest.java
88
IPAddressTypeAvailabilityElement.
IPV4_NOT_AVAILABLE
,
Completed in 327 milliseconds