OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBand5GHzAward
(Results
1 - 2
of
2
) sorted by null
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
WifiWakeupNetworkSelector.java
43
private final int
mBand5GHzAward
;
59
mBand5GHzAward
= resources.getInteger(R.integer.config_netrec_5GHz_preference_boost_factor);
127
score +=
mBand5GHzAward
;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SavedNetworkEvaluator.java
45
private final int
mBand5GHzAward
;
70
mBand5GHzAward
= context.getResources().getInteger(
174
score +=
mBand5GHzAward
;
175
sbuf.append(" 5GHz bonus: ").append(
mBand5GHzAward
).append(",");
Completed in 223 milliseconds