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

Commit cdeb50aa authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Remove obsolete NetworkStats.Entry constructor."

am: 1683b696

Change-Id: I72fe99d5e662a6a154f7b2d970c5926ee696e541
parents d6d448f6 1683b696
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -160,13 +160,6 @@ public class NetworkStats implements Parcelable {
                    rxBytes, rxPackets, txBytes, txPackets, operations);
        }

        // TODO: fix the the telephony code to pass DEFAULT_NETWORK_YES and remove this constructor.
        public Entry(String iface, int uid, int set, int tag, int metered, int roaming,
                 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) {
            this(iface, uid, set, tag, metered, roaming, DEFAULT_NETWORK_YES, rxBytes, rxPackets,
                    txBytes, txPackets, operations);
        }

        public Entry(String iface, int uid, int set, int tag, int metered, int roaming,
                 int defaultNetwork, long rxBytes, long rxPackets, long txBytes, long txPackets,
                 long operations) {