Merge "Remove a comment from ConnectivityService"
This commit is contained in:
@@ -5854,7 +5854,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
@GuardedBy("mBlockedAppUids")
|
@GuardedBy("mBlockedAppUids")
|
||||||
private final HashSet<Integer> mBlockedAppUids = new HashSet<>();
|
private final HashSet<Integer> mBlockedAppUids = new HashSet<>();
|
||||||
|
|
||||||
// Note: if mDefaultRequest is changed, NetworkMonitor needs to be updated.
|
|
||||||
@NonNull
|
@NonNull
|
||||||
private final NetworkRequest mDefaultRequest;
|
private final NetworkRequest mDefaultRequest;
|
||||||
// The NetworkAgentInfo currently satisfying the default request, if any.
|
// The NetworkAgentInfo currently satisfying the default request, if any.
|
||||||
|
|||||||
Reference in New Issue
Block a user