Refactor usages of getAliasName to use getAlias in Settings
Bug: 142352567 Test: Manual Change-Id: I40af1b1e0453900fd888317ae46b20ef359db473
This commit is contained in:
@@ -125,7 +125,7 @@ public final class Utils {
|
||||
}
|
||||
|
||||
public static String createRemoteName(Context context, BluetoothDevice device) {
|
||||
String mRemoteName = device != null ? device.getAliasName() : null;
|
||||
String mRemoteName = device != null ? device.getAlias() : null;
|
||||
|
||||
if (mRemoteName == null) {
|
||||
mRemoteName = context.getString(R.string.unknown);
|
||||
|
Reference in New Issue
Block a user