Loading core/java/android/bluetooth/BluetoothTetheringDataTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class BluetoothTetheringDataTracker extends BaseNetworkStateTracker { 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 @@ -186,7 +186,7 @@ public class EthernetDataTracker extends BaseNetworkStateTracker { 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 @@ -91,7 +91,7 @@ public class BluetoothTetheringDataTracker extends BaseNetworkStateTracker { 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 @@ -186,7 +186,7 @@ public class EthernetDataTracker extends BaseNetworkStateTracker { return sInstance; } public Object Clone() throws CloneNotSupportedException { public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading