Fix the arguments order to postBlockedReasonsChangedMsg.
Bug: 226402870 Test: atest tests/cts/hostside/src/com/android/cts/net/HostsideNetworkCallbackTests.java Change-Id: I1977034aa190b67de96d84d694c6546fd9318e79 Merged-In: I1977034aa190b67de96d84d694c6546fd9318e79
This commit is contained in:
@@ -5044,8 +5044,8 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
|
|||||||
}
|
}
|
||||||
if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) {
|
if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) {
|
||||||
postBlockedReasonsChangedMsg(uid,
|
postBlockedReasonsChangedMsg(uid,
|
||||||
oldEffectiveBlockedReasons,
|
newEffectiveBlockedReasons,
|
||||||
newEffectiveBlockedReasons);
|
oldEffectiveBlockedReasons);
|
||||||
|
|
||||||
postUidRulesChangedMsg(uid, uidRules);
|
postUidRulesChangedMsg(uid, uidRules);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user