Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34caf1b9 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am ab38b0f0: am 568f923b: Merge "removing ineffective code in WifiService.java"

* commit 'ab38b0f0':
  removing ineffective code in WifiService.java
parents ab6376b0 ab38b0f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1640,7 +1640,7 @@ public class WifiService extends IWifiManager.Stub {
        }

        int uid = Binder.getCallingUid();
        Long ident = Binder.clearCallingIdentity();
        final long ident = Binder.clearCallingIdentity();
        try {
            mBatteryStats.noteWifiMulticastEnabled(uid);
        } catch (RemoteException e) {
@@ -1676,7 +1676,7 @@ public class WifiService extends IWifiManager.Stub {
            mWifiStateMachine.startFilteringMulticastV4Packets();
        }

        Long ident = Binder.clearCallingIdentity();
        final long ident = Binder.clearCallingIdentity();
        try {
            mBatteryStats.noteWifiMulticastDisabled(uid);
        } catch (RemoteException e) {