Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothController.java +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ public class BluetoothController extends BroadcastReceiver { Set<BluetoothDevice> devices = adapter.getBondedDevices(); if (devices != null) { for (BluetoothDevice device : devices) { if (device.getBondState() != BluetoothDevice.BOND_NONE) { if ((device != null) && (device.getBondState() != BluetoothDevice.BOND_NONE)) { mBondedDevices.add(device); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothController.java +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ public class BluetoothController extends BroadcastReceiver { Set<BluetoothDevice> devices = adapter.getBondedDevices(); if (devices != null) { for (BluetoothDevice device : devices) { if (device.getBondState() != BluetoothDevice.BOND_NONE) { if ((device != null) && (device.getBondState() != BluetoothDevice.BOND_NONE)) { mBondedDevices.add(device); } } Loading