Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +1 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ 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 +1 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ 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