Loading packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/HearingDevicesPresetsController.java +2 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,8 @@ public class HearingDevicesPresetsController implements if (mActiveHearingDevice == null) { return emptyList(); } return mHapClientProfile.getAllPresetInfo(mActiveHearingDevice.getDevice()); return mHapClientProfile.getAllPresetInfo(mActiveHearingDevice.getDevice()).stream().filter( BluetoothHapPresetInfo::isAvailable).toList(); } /** Loading Loading
packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/HearingDevicesPresetsController.java +2 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,8 @@ public class HearingDevicesPresetsController implements if (mActiveHearingDevice == null) { return emptyList(); } return mHapClientProfile.getAllPresetInfo(mActiveHearingDevice.getDevice()); return mHapClientProfile.getAllPresetInfo(mActiveHearingDevice.getDevice()).stream().filter( BluetoothHapPresetInfo::isAvailable).toList(); } /** Loading