OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_NETWORK_SCORE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkScoreCache.java
38
public static int
INVALID_NETWORK_SCORE
= 100000;
90
int score =
INVALID_NETWORK_SCORE
;
112
int score =
INVALID_NETWORK_SCORE
;
WifiAutoJoinController.java
706
if (scoreA == WifiNetworkScoreCache.
INVALID_NETWORK_SCORE
707
|| scoreB == WifiNetworkScoreCache.
INVALID_NETWORK_SCORE
) {
[
all
...]
Completed in 51 milliseconds