Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/DeviceSettingIcon.java +3 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,9 @@ public class DeviceSettingIcon implements Parcelable { @Override public boolean equals(@Nullable Object obj) { if (!(obj instanceof DeviceSettingIcon other)) return false; if (!(obj instanceof DeviceSettingIcon other)) { return false; } return mDefaultIcon == other.mDefaultIcon && Objects.equals(mCustomizedIcon, other.mCustomizedIcon); } Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/DeviceSettingType.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public @interface DeviceSettingType { /** Device setting type is "help" preference. */ int DEVICE_SETTING_TYPE_HELP = 4; /** Device setting type is banner preference. */ /** Device setting type is banner preference. */ int DEVICE_SETTING_TYPE_BANNER = 5; } Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/DeviceSettingIcon.java +3 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,9 @@ public class DeviceSettingIcon implements Parcelable { @Override public boolean equals(@Nullable Object obj) { if (!(obj instanceof DeviceSettingIcon other)) return false; if (!(obj instanceof DeviceSettingIcon other)) { return false; } return mDefaultIcon == other.mDefaultIcon && Objects.equals(mCustomizedIcon, other.mCustomizedIcon); } Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/DeviceSettingType.java +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public @interface DeviceSettingType { /** Device setting type is "help" preference. */ int DEVICE_SETTING_TYPE_HELP = 4; /** Device setting type is banner preference. */ /** Device setting type is banner preference. */ int DEVICE_SETTING_TYPE_BANNER = 5; }