diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2018-01-23 02:23:32 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-01-23 02:23:32 +0000 |
| commit | cbbed8ee1f30d2adea045f21070be5cd324dc329 (patch) | |
| tree | be6656295f6925da234b827faf6fca478984c2ae /core/java | |
| parent | 54438137c625b4f705aa8e8e334357ab6feca6db (diff) | |
| parent | cdeb50aa484f0f12d0ec081916062b4240ce5dbe (diff) | |
Merge "Remove obsolete NetworkStats.Entry constructor." am: 1683b6968d
am: cdeb50aa48
Change-Id: If60b58f95707bab3ae89050234226d54386398e8
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/net/NetworkStats.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/net/NetworkStats.java b/core/java/android/net/NetworkStats.java index a85f80e38dfd..01b2b39213f9 100644 --- a/core/java/android/net/NetworkStats.java +++ b/core/java/android/net/NetworkStats.java @@ -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) { |
