Loading framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package android.bluetooth; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -378,7 +379,7 @@ public final class BluetoothLeAudioCodecConfig implements Parcelable { } @Override public boolean equals(@NonNull Object o) { public boolean equals(@Nullable Object o) { if (o instanceof BluetoothLeAudioCodecConfig) { BluetoothLeAudioCodecConfig other = (BluetoothLeAudioCodecConfig) o; return (other.getCodecType() == mCodecType Loading Loading
framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package android.bluetooth; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -378,7 +379,7 @@ public final class BluetoothLeAudioCodecConfig implements Parcelable { } @Override public boolean equals(@NonNull Object o) { public boolean equals(@Nullable Object o) { if (o instanceof BluetoothLeAudioCodecConfig) { BluetoothLeAudioCodecConfig other = (BluetoothLeAudioCodecConfig) o; return (other.getCodecType() == mCodecType Loading