Searched defs:cce (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointMatchInfo.java152 HSConnectionCapabilityElement cce =
155 if (cce != null) {
156 score = Math.min(Math.max(protoScore(cce) >> 3, -10), 10);
189 private static int protoScore(HSConnectionCapabilityElement cce) { argument
191 for (HSConnectionCapabilityElement.ProtocolTuple tuple : cce.getStatusList()) {

Completed in 92 milliseconds