Searched refs:configBScore (Results 1 – 1 of 1) sorted by relevance
1124 int configBScore = getNetworkStatusScore(b); in compare() local1125 if (configAScore == configBScore) { in compare()1128 return Integer.compare(configBScore, configAScore); in compare()