Loading core/java/android/bluetooth/BluetoothTetheringDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading core/java/android/net/EthernetDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ public class EthernetDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading Loading
core/java/android/bluetooth/BluetoothTetheringDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class BluetoothTetheringDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading
core/java/android/net/EthernetDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ public class EthernetDataTracker implements NetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading