Loading core/java/android/server/BluetoothService.java +8 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,14 @@ public class BluetoothService extends IBluetooth.Stub { } return false; } @Override public int hashCode() { int hash = 1; hash = hash * 31 + (address == null ? 0 : address.hashCode()); hash = hash * 31 + (uuid == null ? 0 : uuid.hashCode()); return hash; } } static { Loading Loading
core/java/android/server/BluetoothService.java +8 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,14 @@ public class BluetoothService extends IBluetooth.Stub { } return false; } @Override public int hashCode() { int hash = 1; hash = hash * 31 + (address == null ? 0 : address.hashCode()); hash = hash * 31 + (uuid == null ? 0 : uuid.hashCode()); return hash; } } static { Loading