Loading services/core/java/com/android/server/net/NetworkPolicyManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -5030,8 +5030,8 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub { } if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) { postBlockedReasonsChangedMsg(uid, oldEffectiveBlockedReasons, newEffectiveBlockedReasons); newEffectiveBlockedReasons, oldEffectiveBlockedReasons); postUidRulesChangedMsg(uid, uidRules); } Loading Loading
services/core/java/com/android/server/net/NetworkPolicyManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -5030,8 +5030,8 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub { } if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) { postBlockedReasonsChangedMsg(uid, oldEffectiveBlockedReasons, newEffectiveBlockedReasons); newEffectiveBlockedReasons, oldEffectiveBlockedReasons); postUidRulesChangedMsg(uid, uidRules); } Loading