Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5200e7f2 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Refactor usages of getAliasName to use getAlias in Bluetooth

Bug: 142352567
Test: Manual
Change-Id: I31966f8e07c540d2fd9300af10a9c6dd6c83abac
parent 4e3ae054
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ public class BluetoothOppManager {
        String deviceName = null;

        if (device != null) {
            deviceName = device.getAliasName();
            deviceName = device.getAlias();
            if (deviceName == null) {
                deviceName = BluetoothOppPreference.getInstance(mContext).getName(device);
            }