Fix build break.
Automatic merge commit caused breakage due to someone else's intervening change adding a call site of a function whose last parameter I removed. Function in question is ConnectivityService.rematchAllNetworksAndRequests. Changes that merged badly ared2a43f9and7fb8adc. Change-Id: I8fd32e1a187236a65c1b7c0ecdf17b817d108fd0
This commit is contained in:
@@ -4488,8 +4488,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
state == NetworkInfo.State.SUSPENDED) {
|
||||
// going into or coming out of SUSPEND: rescore and notify
|
||||
if (networkAgent.getCurrentScore() != oldScore) {
|
||||
rematchAllNetworksAndRequests(networkAgent, oldScore,
|
||||
NascentState.NOT_JUST_VALIDATED);
|
||||
rematchAllNetworksAndRequests(networkAgent, oldScore);
|
||||
}
|
||||
notifyNetworkCallbacks(networkAgent, (state == NetworkInfo.State.SUSPENDED ?
|
||||
ConnectivityManager.CALLBACK_SUSPENDED :
|
||||
|
||||
Reference in New Issue
Block a user