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

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

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

* commit '568f923b':
  removing ineffective code in WifiService.java
parents c9a1bdf5 568f923b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1577,7 +1577,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) {
@@ -1613,7 +1613,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) {