Loading android/app/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -341,6 +341,7 @@ android_app { "-Xep:FallThrough:ERROR", "-Xep:Finalize:ERROR", "-Xep:HidingField:ERROR", "-Xep:InconsistentHashCode:ERROR", "-Xep:InlineMeInliner:ERROR", "-Xep:InvalidBlockTag:ERROR", "-Xep:InvalidParam:ERROR", Loading android/app/src/com/android/bluetooth/audio_util/helpers/Metadata.java +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class Metadata implements Cloneable { @Override public int hashCode() { // Do not hash the Image as it does not implement hashCode return Objects.hash(mediaId, title, artist, album, trackNum, numTracks, genre, duration); return Objects.hash(title, artist, album, trackNum, numTracks, genre, duration); } @Override Loading Loading
android/app/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -341,6 +341,7 @@ android_app { "-Xep:FallThrough:ERROR", "-Xep:Finalize:ERROR", "-Xep:HidingField:ERROR", "-Xep:InconsistentHashCode:ERROR", "-Xep:InlineMeInliner:ERROR", "-Xep:InvalidBlockTag:ERROR", "-Xep:InvalidParam:ERROR", Loading
android/app/src/com/android/bluetooth/audio_util/helpers/Metadata.java +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class Metadata implements Cloneable { @Override public int hashCode() { // Do not hash the Image as it does not implement hashCode return Objects.hash(mediaId, title, artist, album, trackNum, numTracks, genre, duration); return Objects.hash(title, artist, album, trackNum, numTracks, genre, duration); } @Override Loading