Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +0 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,6 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe final boolean successful = dev.removeBond(); if (successful) { if (Utils.D) { mDevice.setAlias(null); Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null)); } } else if (Utils.V) { Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +0 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,6 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe final boolean successful = dev.removeBond(); if (successful) { if (Utils.D) { mDevice.setAlias(null); Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null)); } } else if (Utils.V) { Loading