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

Commit 4033e68e authored by lucaslin's avatar lucaslin
Browse files

Fix comments left on aosp/1547454 and aosp/1556106

Bug: 174837473
Test: atest FrameworksNetTests
Change-Id: I35ed84fcc53725fe29896ec37b77ef4fb4778fde
parent 7abe2077
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8654,9 +8654,9 @@ public class ConnectivityService extends IConnectivityManager.Stub

    private class NetdCallback extends BaseNetdUnsolicitedEventListener {
        @Override
        public void onInterfaceClassActivityChanged(boolean isActive, int timerLabel,
        public void onInterfaceClassActivityChanged(boolean isActive, int transportType,
                long timestampNs, int uid) {
            mNetworkActivityTracker.setAndReportNetworkActive(isActive, timerLabel, timestampNs);
            mNetworkActivityTracker.setAndReportNetworkActive(isActive, transportType, timestampNs);
        }

        @Override