OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSecurityAward
(Results
1 - 2
of
2
) sorted by null
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
WifiWakeupNetworkSelector.java
42
private final int
mSecurityAward
;
58
mSecurityAward
= resources.getInteger(R.integer.config_netrec_SECURITY_AWARD);
134
score +=
mSecurityAward
;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SavedNetworkEvaluator.java
47
private final int
mSecurityAward
;
68
mSecurityAward
= context.getResources().getInteger(
217
score +=
mSecurityAward
;
218
sbuf.append(" Secure network bonus: ").append(
mSecurityAward
).append(",");
Completed in 222 milliseconds