Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -355,9 +355,11 @@ public final class BluetoothEventManager { return; } int errorMsg = R.string.bluetooth_pairing_error_message; if (context != null && cachedDevice != null) { Utils.showError(context, cachedDevice.getName(), errorMsg); } } } private class DockEventHandler implements Handler { public void onReceive(Context context, Intent intent, BluetoothDevice device) { Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/BluetoothEventManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -355,9 +355,11 @@ public final class BluetoothEventManager { return; } int errorMsg = R.string.bluetooth_pairing_error_message; if (context != null && cachedDevice != null) { Utils.showError(context, cachedDevice.getName(), errorMsg); } } } private class DockEventHandler implements Handler { public void onReceive(Context context, Intent intent, BluetoothDevice device) { Loading