Loading framework/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 Loading
framework/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