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

Commit ca67fbfe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename onProfileAudioStateChanged() to onAudioModeChanged()" into pi-dev

parents b86e8cad 3775f969
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
    }

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

    /**
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu
    }

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

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ public abstract class DeviceListPreferenceFragment extends
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { }

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

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