Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bca6f790 authored by ryanywlin's avatar ryanywlin Committed by Hugh Chen
Browse files

Add callback onProfileAudioStateChanged()

Bug: 74134939
Test: Build
Change-Id: I2a7e837703b66e1798679c65afab7dc6572c295e
parent e06a4abb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -166,6 +166,10 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
    }

    @Override
    public void onProfileAudioStateChanged(int bluetoothProfile, int state) {
    }

    /**
     * Set the context to generate the {@link Preference}, so it could get the correct theme.
     */
+4 −0
Original line number Diff line number Diff line
@@ -80,6 +80,10 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
    }

    @Override
    public void onProfileAudioStateChanged(int bluetoothProfile, int state) {
    }

    @Override
    public void register(boolean listening) {
        if (mBluetoothAdapter == null) {
+3 −0
Original line number Diff line number Diff line
@@ -280,6 +280,9 @@ public abstract class DeviceListPreferenceFragment extends
    @Override
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { }

    @Override
    public void onProfileAudioStateChanged(int bluetoothProfile, int state) { }

    /**
     * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices
     */