Improve a comment about network scores
Test: comment-only Change-Id: I02546b207e07133536bcae10f8eb4ad76b944881
This commit is contained in:
@@ -4579,7 +4579,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
if (req.isListen() || req.isListenForBest()) {
|
||||
continue;
|
||||
}
|
||||
// If this Network is already the highest scoring Network for a request, or if
|
||||
// If this Network is already the best Network for a request, or if
|
||||
// there is hope for it to become one if it validated, then it is needed.
|
||||
if (candidate.satisfies(req)) {
|
||||
// As soon as a network is found that satisfies a request, return. Specifically for
|
||||
|
||||
Reference in New Issue
Block a user