Loading android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ class AdapterProperties { mBondedDevices.clear(); } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading android/app/src/com/android/bluetooth/btservice/JniCallbacks.java +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ final class JniCallbacks { mBondStateMachine = null; } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ final class RemoteDevices { mDevices.clear(); } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +2 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,8 @@ class AdapterProperties { mBondedDevices.clear(); } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading
android/app/src/com/android/bluetooth/btservice/JniCallbacks.java +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ final class JniCallbacks { mBondStateMachine = null; } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading
android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ final class RemoteDevices { mDevices.clear(); } public Object Clone() throws CloneNotSupportedException { @Override public Object clone() throws CloneNotSupportedException { throw new CloneNotSupportedException(); } Loading