Merge "Remove a useless method" am: 2a22f2d1d0 am: 077001edc1 am: 78d3a61273
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1426655 Change-Id: I0d32f54bf0c10afa33d59292291806a482af159c
This commit is contained in:
@@ -5875,10 +5875,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
return nai == getDefaultNetwork();
|
||||
}
|
||||
|
||||
private boolean isDefaultRequest(NetworkRequestInfo nri) {
|
||||
return nri.request.requestId == mDefaultRequest.requestId;
|
||||
}
|
||||
|
||||
// TODO : remove this method. It's a stopgap measure to help sheperding a number of dependent
|
||||
// changes that would conflict throughout the automerger graph. Having this method temporarily
|
||||
// helps with the process of going through with all these dependent changes across the entire
|
||||
|
||||
Reference in New Issue
Block a user