Merge "Reword comment for language quality"

This commit is contained in:
Paul Hu
2022-07-06 01:52:06 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -3043,7 +3043,7 @@ public final class NetworkCapabilities implements Parcelable {
* <p> * <p>
* This list cannot be null, but it can be empty to mean that no UID without the * This list cannot be null, but it can be empty to mean that no UID without the
* {@link android.Manifest.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS} permission * {@link android.Manifest.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS} permission
* gets to access this network. * can access this network.
* *
* @param uids the list of UIDs that can always access this network * @param uids the list of UIDs that can always access this network
* @return this builder * @return this builder

View File

@@ -6363,7 +6363,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
if (null != satisfier) { if (null != satisfier) {
// If the old NRI was satisfied by an NAI, then it may have had an active request. // If the old NRI was satisfied by an NAI, then it may have had an active request.
// The active request is necessary to figure out what callbacks to send, in // The active request is necessary to figure out what callbacks to send, in
// particular then a network updates its capabilities. // particular when a network updates its capabilities.
// As this code creates a new NRI with a new set of requests, figure out which of // As this code creates a new NRI with a new set of requests, figure out which of
// the list of requests should be the active request. It is always the first // the list of requests should be the active request. It is always the first
// request of the list that can be satisfied by the satisfier since the order of // request of the list that can be satisfied by the satisfier since the order of